Loading Tool

Explorer IconExplorer

Memory Pool

45,056 transactions
29.80 vMB
0.09084894 BTC
Random Selection Loading Transactions
Max Size: 153.88/200 MB

Candidate Block

Mining Attempt 149abff3341e98aace9bc9e5417e825bab80d758aef0912238a3b563a2d78f84
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root accf77010bdcf8d27193f9f10726a242d6cf2e997bce0f4e8e7cbaddf3901612
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.03108653 BTC
Feerates: 477.45 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (163,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
751,113 751,113 0000000000000000000674902ce4b01f4ab861503ec51311398a4e5e92623979 868 0.25/1.00 vMB 9
751,112 751,112 00000000000000000002f4a86ad5ddadc08344c345c9494fd4e8aaf8708ffff4 690 0.34/1.00 vMB 5
751,111 751,111 000000000000000000082588fe00aec707cb83524fff31c9c33e57f936d7c4cd 2,301 1.00/1.00 vMB 8
751,110 751,110 00000000000000000004ebb9a74709d68231c516d7500ce7586dba0c6085f281 2,105 1.00/1.00 vMB 6
751,109 751,109 00000000000000000004c29ecf22db86eb60d037541360ddc5d1c913eb770288 1,175 1.00/1.00 vMB 4
751,108 751,108 000000000000000000091e3c7d58532fa31044de6b703e832d94f6c595c9ef97 1,580 1.00/1.00 vMB 3
751,107 751,107 00000000000000000007e5a18f1d822b5b9c92833a772047c2cfd9ab43348e3a 2,622 1.00/1.00 vMB 8
751,106 751,106 00000000000000000005b7638053fe59f6de5580e5042bb4d5d4b8a897a3f821 1,163 1.00/1.00 vMB 2
751,105 751,105 00000000000000000009a18d3f1360e229441a75cc2fc96b5c9736b2d951a4ae 2,656 1.00/1.00 vMB 8
751,104 751,104 00000000000000000001342401424fbfc0d1c96b3d8372c80c2d8b0a7a846b78 3,189 1.00/1.00 vMB 15
751,103 751,103 000000000000000000001566a2ea58b1de20768741717e0cfe742883693f2d44 2,648 1.00/1.00 vMB 13
751,102 751,102 00000000000000000009d7e8204534429da6f21d9acd9fc4ac6ccdd23ed57c8e 1,735 1.00/1.00 vMB 4
751,101 751,101 0000000000000000000233ee75bef5f36b8aefc82e7cc5b99950fd3b908c1894 2,322 1.00/1.00 vMB 4
751,100 751,100 000000000000000000017ac7291200ba2a31f11fc0b6e54a119416c48c08d442 2,424 1.00/1.00 vMB 8
751,099 751,099 00000000000000000003fe6048c71b49b17a2235a7769983d297dcc026034392 2,564 1.00/1.00 vMB 11
751,098 751,098 000000000000000000089dd0aac990f254bc1b07d715c1517c3ba41a9e75e28e 1,088 1.00/1.00 vMB 9
751,097 751,097 000000000000000000067d1acf7fe5014ed51df8f97f0ebf5f8e0cf7c25add47 2,331 1.00/1.00 vMB 7
751,096 751,096 000000000000000000069f3b007926adfcdb846b628a9638fbcef2f7e1db05d1 3,047 1.00/1.00 vMB 10
751,095 751,095 000000000000000000099ecec6192d48f053d971b7fca77009d4aff9410f31d8 3,590 1.00/1.00 vMB 13
751,094 751,094 00000000000000000007d57503c8a818d5c641bbfa4d34967e8cb0eb7e3310ea 3,298 1.00/1.00 vMB 21
751,093 751,093 000000000000000000021216ad71fc9bfb4f9f78cf0704cbc52eabe5c84e4a97 3,584 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.