Loading Tool

Explorer IconExplorer

Memory Pool

30,273 transactions
25.74 vMB
0.06099848 BTC
Random Selection Loading Transactions
Max Size: 128.00/200 MB

Candidate Block

Mining Attempt feda874f8ea176efee636a10973b68e6503c32f1fd7cc2bcee01f5418c39faed
Version 20000000
Previous Block 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8
Merkle Root a4920c616888114e646b1dbb3db014e8502a9c0d403c501d566e8f3644717af0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,775
Size: 1.00 vMB
Total Fees: 0.01395092 BTC
Feerates: 150.92 > 1.40 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,284 (876,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,079 38,079 0000000064b0864ab7c03d818302cec8f258984cd0313317801cca84977aff3d 1 0.00/1.00 vMB 0
38,078 38,078 0000000027dae6a79e59b6e3e985394cb928c8772e76e7247bec94867443a953 1 0.00/1.00 vMB 0
38,077 38,077 00000000125eac5899c7ea0873577b4e38cea2006a4ecd53c74870a18d20ddd9 1 0.00/1.00 vMB 0
38,076 38,076 00000000a922c7b7f9125bdb29105088033fb91ae6e3ed505cc0dd7bc2df148a 1 0.00/1.00 vMB 0
38,075 38,075 0000000043ddbae4b93f71154a6a1706cf3a7edd860b80f68b535980b3c6540b 1 0.00/1.00 vMB 0
38,074 38,074 0000000020d4fb2d644fb07cb3d98235b3b472399aa5683a2203496fa5fc1509 1 0.00/1.00 vMB 0
38,073 38,073 00000000439c14880f379ab2a812f9afa8ecaa5935add236238a42e3e14d0df4 1 0.00/1.00 vMB 0
38,072 38,072 00000000a6893709c4a6af6b2cdfd6165cf41327056b42500f5594a65a2d2930 1 0.00/1.00 vMB 0
38,071 38,071 000000004c1a3a041da4500ee32051a48389afc4ef8ca69ae0ee061f065f6c4a 1 0.00/1.00 vMB 0
38,070 38,070 000000003e7b84abd2e9af99df7646a0c37cd0d9ef85e79b5e685ab2f2da4422 1 0.00/1.00 vMB 0
38,069 38,069 00000000820e136f5730e2068fc6ee524609a6a5aae5bfae115922653406ed72 1 0.00/1.00 vMB 0
38,068 38,068 0000000088aed7cdf0f9d917c5e79220d5d1cc7df539f7daba0673d32b0002fb 1 0.00/1.00 vMB 0
38,067 38,067 000000003791220fc7228791fdcae9101e9e512a8beb33f42df55d2c9846e0f5 1 0.00/1.00 vMB 0
38,066 38,066 0000000080b686c52263a80cad2034d15187da87f5f50338537a6fe4263808e3 1 0.00/1.00 vMB 0
38,065 38,065 00000000951912891e40ae3efdb5f520cfb789ef8c1bf082ac46092a39f26d31 1 0.00/1.00 vMB 0
38,064 38,064 000000002b6ea516d760a118e9cb3cbeb2579a105193499cee0cc83fbe0c26c0 1 0.00/1.00 vMB 0
38,063 38,063 000000007e5a23e0dec317f0dff54f12104499feda765a947e12f0689b1aff51 1 0.00/1.00 vMB 0
38,062 38,062 00000000bcaec44813465b0352361154a4e03a8e93fcb77f7d10b553e7ffe4b8 1 0.00/1.00 vMB 0
38,061 38,061 0000000070e4f26b1cc24c8c4fea10ffa59bc5d071c28147dce49b3b28703b51 1 0.00/1.00 vMB 0
38,060 38,060 000000008395c34bc5705f8d120d3d7fab72538b13731365745e1ab74d0c44f3 1 0.00/1.00 vMB 0
38,059 38,059 0000000029363bab4b36aa025df51a77df08503db9a5758c0bec167b477696c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 579.42 GB
    • Received: 8.86 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.