Loading Tool

Explorer IconExplorer

Memory Pool

44,059 transactions
28.38 vMB
0.11789105 BTC
Random Selection Loading Transactions
Max Size: 147.49/200 MB

Candidate Block

Mining Attempt c49f9b9e8d0e8823a9c81288f20df7a0ac02c2934a7cd694b73287aba7d0f100
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root f8114192e4224801a2da812ea828308529bf04b21997c44fa505d813a1d40d3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.03149509 BTC
Feerates: 39.16 > 3.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (524,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,987 389,987 00000000000000000b03a2745a1b29973d95a0ad081cb61b3d819dcc891fc4f9 1,277 0.93/1.00 vMB 21
389,986 389,986 000000000000000005af1a62961ccebc2d75b130d90333d73ca533e0b37b01e6 1 0.00/1.00 vMB 0
389,985 389,985 000000000000000002604f75a32e74002c63e13226bafd68ed189469d74dd7dc 1,814 1.00/1.00 vMB 32
389,984 389,984 0000000000000000076b4c3d08105e8620804fda33c74d77f09892d453876e02 2,365 0.93/1.00 vMB 41
389,983 389,983 0000000000000000090cae4b1f83bdbba333acc55ecb0e5bf978a8cae410f7be 2,634 1.00/1.00 vMB 43
389,982 389,982 00000000000000000a0da8f00f3cf1a2e82b85bef3e15248eb31e538a3089ce8 2,244 0.93/1.00 vMB 34
389,981 389,981 000000000000000007a71eb041659197ea285db96ed0b6ab5ba301454d360cc4 2,307 0.75/1.00 vMB 52
389,980 389,980 00000000000000000ab13158575a20721c77b4c812c5f2b178ee68105b23db5a 2,033 1.00/1.00 vMB 30
389,979 389,979 00000000000000000b438ba3d8976efbfc357a2a043ed6044f397dc31c0b90c0 3,207 1.00/1.00 vMB 59
389,978 389,978 00000000000000000134da18ebc3db8a0da231168f65be1a4b78f0d324259dfa 750 0.31/1.00 vMB 33
389,977 389,977 0000000000000000003e79e2f9186a72f264ea53645489ba1088a8dd0e25a71e 1,952 0.79/1.00 vMB 45
389,976 389,976 00000000000000000274c473db7c0cc994c2bdf1977737ff0bd68f284f9ba2bc 1,195 0.48/1.00 vMB 34
389,975 389,975 000000000000000008c42b2d964320f50b7043db9df0e964677eb6dce66d3421 1,490 0.60/1.00 vMB 41
389,974 389,974 0000000000000000048f61deff3226d73a2129a21f434e07e05fce9ebb4bcba0 1,302 0.61/1.00 vMB 36
389,973 389,973 000000000000000009cd3a1eb46182d795d5702d4afe6a22bf2b3019a6d89968 708 0.36/1.00 vMB 32
389,972 389,972 000000000000000003b06d429af5a677b5171b8ebd9e52b2ea9086fc80f41396 1 0.00/1.00 vMB 0
389,971 389,971 000000000000000001a195bd3ec0f29a1cd7856ab026ca0f26e561464ed58f04 670 0.33/1.00 vMB 35
389,970 389,970 000000000000000000ced64fca762d43152fa1204c3c9e0bfa67eaff6e24608c 1,714 0.93/1.00 vMB 27
389,969 389,969 000000000000000009814637ed260ad924aedb7f7e1a5c509309086c75b20639 513 0.32/1.00 vMB 21
389,968 389,968 00000000000000000af8da42a01ea33bd676b5063018f97c3dd3bf2e3dba89f1 2,748 1.00/1.00 vMB 49
389,967 389,967 00000000000000000917aa5dc61fcd84f1bbc871982445012899ea027e48b0cb 2,301 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.00 GB
    • Received: 12.63 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.