Loading Tool

Explorer IconExplorer

Memory Pool

43,770 transactions
29.40 vMB
0.08059440 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt 458b1d6be09c436f3a47cb594083277a63ac22100991b3c04cc3195b8827b9bb
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 6d1c9ed670a3c123c99e86a6e7f205bf5e9177ebd4cfc86cc3a0d5ae4d1baeb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.02270384 BTC
Feerates: 477.45 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (727,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,835 186,835 00000000000001d257602cd13dd880e426efa402d9623844c7e2dac0f097c428 54 0.03/1.00 vMB 54
186,834 186,834 00000000000006f8df86bdb54b8b28f8868170cb77445ff9dcbc9aee697e94d2 563 0.19/1.00 vMB 136
186,833 186,833 0000000000000286071fa28b37b596effac53a96ac1e53185db52afb14bc722d 57 0.02/1.00 vMB 302
186,832 186,832 000000000000073921d7b0a80481e5725383f0322d9c7226e059844c560d0054 146 0.04/1.00 vMB 58
186,831 186,831 00000000000004912b1e59bfa0f3a945d0c72286dc7ec9c05a1b9eafa09cfc2e 191 0.11/1.00 vMB 129
186,830 186,830 000000000000081e4e90a9348656eb3a88f0a0946cfda9d2f1a5c1742861f62d 48 0.02/1.00 vMB 51
186,829 186,829 00000000000008861d1c7f7cf1c9026c9fa7027ced88a466ef3c35c0c4dee4ea 10 0.00/1.00 vMB 17
186,828 186,828 0000000000000201185ccc9c738af62545e0589635c73810f877e5ede9fd64aa 10 0.00/1.00 vMB 0
186,827 186,827 00000000000007c7f7fdb940126c21bc669c10b2223031a1afa050550eee0d7a 103 0.03/1.00 vMB 23
186,826 186,826 0000000000000549697e9e7550a1113065d6e35dfefcd989f84c42989c79701b 128 0.08/1.00 vMB 81
186,825 186,825 00000000000005f7f6addc5d1460676680aef890238af6a7255715add7c50d3b 131 0.05/1.00 vMB 127
186,824 186,824 00000000000007cba4fd7fc0b478d6aaa19d664acd6c504c6c65ab80701c6d03 116 0.05/1.00 vMB 100
186,823 186,823 000000000000069e9884d4e14b14fce95842961883c157103995fc012b8a8174 175 0.05/1.00 vMB 51
186,822 186,822 00000000000008b9084420e8fbc4975593b80008136cba3c6d8e2dafcaeca441 99 0.03/1.00 vMB 46
186,821 186,821 0000000000000577bb0f19ae0b3fe84b97d50af794c7ef919210b2fe8e8eabbf 421 0.18/1.00 vMB 190
186,820 186,820 0000000000000845f1d69050a9743e3acc7f5f0af287990438d16bd3d91f3472 9 0.00/1.00 vMB 27
186,819 186,819 00000000000001397e67810578599934b21cd622a73838943c94e2399e23e56f 627 0.23/1.00 vMB 144
186,818 186,818 000000000000094f0d2fe828a98a8014720892053ae75fd5bae14d27a1e84dc8 126 0.05/1.00 vMB 238
186,817 186,817 00000000000008204d9db840bb0fead15242c55bab3873c7c5a01c96bb3835d2 32 0.07/1.00 vMB 67
186,816 186,816 00000000000009261bbfdc99076c33cab123706bce015d285b5cdb06c3b6a807 142 0.05/1.00 vMB 178
186,815 186,815 00000000000003e2b25010867fe0a5342d572a14c575380f05dc249d3b7ae7b6 138 0.05/1.00 vMB 160
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.56 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.