Loading Tool

Explorer IconExplorer

Memory Pool

82,788 transactions
31.13 vMB
0.08667347 BTC
Random Selection Loading Transactions
Max Size: 190.86/200 MB

Candidate Block

Mining Attempt 906c55240c2f89e378a87d7b26fa16eb6b78d1cc45f882687bee5344dd730819
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root ab8338f8cfaa777c57b66f8fe71c67a97734969f4121aeb6ea6162f2ff9568ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.01656940 BTC
Feerates: 73.33 > 1.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (548,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,331 366,331 00000000000000000c8cf36b560276ff95cff40b7125b8540b3254563a318cd8 2,335 1.00/1.00 vMB 28
366,330 366,330 00000000000000000fb6f649ff179bd823980d1411bf8cbcb1d3afb395e32471 1,748 0.93/1.00 vMB 25
366,329 366,329 000000000000000001840f3b3b0ad00882e46e31ac93242fa855c3f1f108bd3e 2,245 0.93/1.00 vMB 28
366,328 366,328 0000000000000000018bee162b2d0e578b22662677bb9730decae95742a101f4 2,734 0.75/1.00 vMB 73
366,327 366,327 00000000000000000b6bc11466d26c5079f4e41c40c89a0c220eaaea6acaa6c6 1,542 0.99/1.00 vMB 23
366,326 366,326 000000000000000003a53602da27778aa4aad25ab3f87dc6de4ffb62dd77da76 1,547 0.93/1.00 vMB 28
366,325 366,325 0000000000000000046193f9c61740336351612120ada1704979d7071cd0ee10 3,775 1.00/1.00 vMB 58
366,324 366,324 0000000000000000074375a78b5238d17350b6e7d700bc3a7a839864139e2613 3,016 0.95/1.00 vMB 51
366,323 366,323 00000000000000000b853aa9881e0026fe0417b54ec3cdab639ce3e7ab1713cf 1 0.00/1.00 vMB 0
366,322 366,322 0000000000000000101cd3725c764adc09f04c8383b99f4d4c94bebb9d0e5bfc 1,308 0.75/1.00 vMB 38
366,321 366,321 00000000000000000ac9cdbec17f80af3d56a965ef5a70492a954ec3b9d78915 1,618 0.95/1.00 vMB 36
366,320 366,320 000000000000000003d82827b3bb8eda8085a1fa1347198c49d2e0b0f308bff7 2,718 1.00/1.00 vMB 53
366,319 366,319 00000000000000000402fe6fb9ad613c93e12bddfc6ec02a2bd92f002050594d 918 0.45/1.00 vMB 34
366,318 366,318 000000000000000004ccbbce3e93dfe8ea2685e7325b9e115e370cf457fbcb61 1 0.00/1.00 vMB 0
366,317 366,317 0000000000000000108b2a6c5334d1982a98e7ca3ee87fde7ce86e2bd2f94113 580 0.29/1.00 vMB 31
366,316 366,316 00000000000000000d6fa6c419d8652f9b08389652a648089bd8b551dfb1271b 599 0.34/1.00 vMB 36
366,315 366,315 0000000000000000124b9a7fabc380113c89f9437ba21a14630e3020ae7ff9a2 239 0.15/1.00 vMB 24
366,314 366,314 0000000000000000036dc7ada14726a53cd11b313c0851fdaca2d4e678839476 1,139 0.61/1.00 vMB 37
366,313 366,313 00000000000000000b0d587b7301abf78c16a61065894e974a846c8a5d08a87f 1 0.00/1.00 vMB 0
366,312 366,312 0000000000000000055d6b36be68c3b15db04c631cbff6c940b02185984914c2 1,420 0.92/1.00 vMB 31
366,311 366,311 00000000000000000f2d313f275407e0db58e8d3a9bceac12233ee61379bcb9a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.