Loading Tool

Explorer IconExplorer

Memory Pool

87,134 transactions
31.63 vMB
0.21732082 BTC
Random Selection Loading Transactions
Max Size: 192.01/200 MB

Candidate Block

Mining Attempt c1c9d8e6ce6787cae2234a9cc9d1ea8a6d2aa5919ea4c9262fc466df0b89b658
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e93e0d3bb6c071dcefeea6fb52b1b72f6cc97f518dc54e480ae50c2d8cb6a575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.10914374 BTC
Feerates: 502.67 > 10.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (388,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,034 527,034 00000000000000000010e0f3987411e1ffcfe94f132b29b54745cd31e6d1824d 2,134 0.63/1.00 vMB 82
527,033 527,033 0000000000000000001c61ae9468b7b7fcc97b265e7ac3c6abc951c901e909f4 2,762 1.00/1.00 vMB 15
527,032 527,032 0000000000000000002aa73e31a34a26f30256481c44fea7aa1e33ed1d561897 2,644 1.00/1.00 vMB 23
527,031 527,031 0000000000000000000f4b8ac76bc687bedf205f214faf6ef86775b115a33cb6 3,222 1.00/1.00 vMB 16
527,030 527,030 00000000000000000015c8a7af60454c7a0cb927415b604d00f249e49d50f4eb 1,691 1.00/1.00 vMB 44
527,029 527,029 0000000000000000001c5b5777b8c5b25e08cf86650cfbea055d7a5b86f3edf1 2,606 1.00/1.00 vMB 17
527,028 527,028 00000000000000000026d2d3e0cc4dce9561ee3658d028a1cefd34de611df2c0 2,756 1.00/1.00 vMB 31
527,027 527,027 000000000000000000118464986a1161608488d85cf68b5886cd929bfb8af77b 885 0.36/1.00 vMB 31
527,026 527,026 0000000000000000002a2852e53089d57a6433d32a95f70976b2e38cb887cda6 2,132 0.71/1.00 vMB 20
527,025 527,025 000000000000000000156ca55210341fc7fd9c052d55b8ab7f2455b9c9d0a37c 1,953 0.79/1.00 vMB 14
527,024 527,024 000000000000000000150f3a65a8fa9ba0a03d8da5eeac4f330d41ad430e4614 2,434 1.00/1.00 vMB 22
527,023 527,023 0000000000000000000bd5e4d9cab5e0ebfe64cecbe3872af8ec6d1b9256c8c9 2,616 1.00/1.00 vMB 39
527,022 527,022 000000000000000000210146784f912f21ce2b527c2d33871af5e21fc35623b7 2,869 1.00/1.00 vMB 25
527,021 527,021 000000000000000000332c6737e5f45e2e8ec099d05c5a9332a55b69d5dc3986 1,292 0.47/1.00 vMB 22
527,020 527,020 000000000000000000002f8f64941926158472a1bf08abc9914eb64d7f695703 1,043 0.40/1.00 vMB 24
527,019 527,019 00000000000000000007f92b96d5d439983a226a23d529e9eda02d6819b77834 12 0.00/1.00 vMB 199
527,018 527,018 0000000000000000001b4fb989b997921e976411eb11b05c0d6a3e6f4451dd66 1,895 0.72/1.00 vMB 27
527,017 527,017 0000000000000000002072fd092dd211519cff013a46c9ba216df1899f344ce8 939 0.29/1.00 vMB 7
527,016 527,016 000000000000000000059139dbab91940a57310d8f626173e6ed604b03b1dcfe 2,704 1.00/1.00 vMB 31
527,015 527,015 000000000000000000069bb8b9d17e3968aeed6685b852a06dae6021d73b3d17 2,128 0.85/1.00 vMB 24
527,014 527,014 0000000000000000001e3fb78009c493a31f6a2ae569b0cb73690e25139899be 2,199 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.