Loading Tool

Explorer IconExplorer

Memory Pool

81,077 transactions
31.42 vMB
0.08641372 BTC
Random Selection Loading Transactions
Max Size: 189.94/200 MB

Candidate Block

Mining Attempt ca641500570cff7528680845688ad56fd05862b63b7cc7cf801f347df5e2ecce
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root b0d5b6fdfefce1fbf6214bcabebd0468be118fb5388518be1a13d29dd53395f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,052
Size: 1.00 vMB
Total Fees: 0.01833845 BTC
Feerates: 150.65 > 1.84 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (294,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,591 620,591 00000000000000000011d24afd93bf17a328acbbdad9ae8065508dc6cf066018 3,364 1.00/1.00 vMB 15
620,590 620,590 000000000000000000025c9175a08b84f709fb1935983d2d076f2af7ac3fcc99 1,560 0.53/1.00 vMB 14
620,589 620,589 000000000000000000005ec1c027194660ba07794d31c916fc56e8091da2064c 579 0.18/1.00 vMB 24
620,588 620,588 0000000000000000000bb71fa73cd8c45e2b67ac5a69c85e47e0ca54f22d1fd1 624 0.31/1.00 vMB 15
620,587 620,587 000000000000000000106c1017563431288d219f038a3d22da064c92daabb450 1,519 0.46/1.00 vMB 12
620,586 620,586 0000000000000000000000f4785d6f53ad5adccb7e4cfe31f4b207cf3b5b6329 666 0.27/1.00 vMB 16
620,585 620,585 0000000000000000000ae6bd7f9584783aea4c5df4d17886b3a87cf837e6721b 2,958 1.00/1.00 vMB 16
620,584 620,584 00000000000000000008ef28283f9a7840fac8dbb0af4177d8e3f0d24ef039f2 3,319 1.00/1.00 vMB 15
620,583 620,583 0000000000000000000e8ae1a66d61161fda8c868daab19ecd0355744940459d 2,759 1.00/1.00 vMB 10
620,582 620,582 00000000000000000010f5864b9e9fe0f8e4df4e37bc6e0c7a5de6d33be25531 2,698 1.00/1.00 vMB 28
620,581 620,581 000000000000000000026d191bf9cb7312abc2ac53d0803260daae05a66cd4b1 3,490 0.98/1.00 vMB 12
620,580 620,580 0000000000000000000dce6d33dee191c86828c2df671af86440e257ff69d6a5 3,276 1.00/1.00 vMB 11
620,579 620,579 0000000000000000000b38e880b7d7ccf6b02ddcb7ecdcb3b1091ebfd86f70be 3,098 1.00/1.00 vMB 30
620,578 620,578 0000000000000000000f6ed69d6a27580d931e919c5cc363587b4bbd7909d898 336 0.12/1.00 vMB 28
620,577 620,577 0000000000000000000cd4c0f161362d3f5fcd34f5e24f262b420e78f9911d7f 712 0.19/1.00 vMB 16
620,576 620,576 0000000000000000000ac7a86256d227c8d205ad6abbfcf19c5d860e236ea0a4 100 0.03/1.00 vMB 14
620,575 620,575 0000000000000000000950e2eeb1f06e15b6d954f58ff39dd8312aeac322c187 1,461 0.53/1.00 vMB 19
620,574 620,574 000000000000000000033b592194cc2beb449dd51bfe4352075f3d79b947f432 65 0.03/1.00 vMB 20
620,573 620,573 00000000000000000011db4166d3a69e982a4706150c2b4336b401f2b05a0328 816 0.26/1.00 vMB 1
620,572 620,572 0000000000000000000d239f6bea5e4b4294cce9046f0d935ae0972e9776eb69 2,399 1.00/1.00 vMB 12
620,571 620,571 0000000000000000000b90a19d5ad48074ec3d1796aad9e0553d4d467ae724a7 2,256 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.74 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: 708.15 GB
    • Received: 16.72 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.