Loading Tool

Explorer IconExplorer

Memory Pool

42,685 transactions
26.98 vMB
0.06826982 BTC
Random Selection Loading Transactions
Max Size: 141.50/200 MB

Candidate Block

Mining Attempt 86885fa4959b49b85615af5aba92b9604fb834d8cb80bf0aac674303371c9a49
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 2fcb1d039ff2f8980d39741ee0ba72052bf145c1af92af7100a42d0c9a3e994d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,511
Size: 1.00 vMB
Total Fees: 0.01804021 BTC
Feerates: 201.07 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (473,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,889 441,889 0000000000000000023463ee28d818b771556e4d721881200ec176df4745391b 2,841 1.00/1.00 vMB 86
441,888 441,888 0000000000000000033cd69705fa8f546fa95146df445d8c7ece19cdaa4f9342 2,429 1.00/1.00 vMB 96
441,887 441,887 000000000000000003c4c84044707bea7eeef4bb624250adef8361cd0f7ef438 366 1.00/1.00 vMB 55
441,886 441,886 000000000000000002342e2fe697d80455e72788a08977c8b686a05dbb9931f5 2,633 0.99/1.00 vMB 79
441,885 441,885 000000000000000002177082e8f203e1c095cfd8459458ede3ebdf6efce62d7c 583 1.00/1.00 vMB 58
441,884 441,884 0000000000000000007c687db77434ced233beb3a415886c2c1cdfbf9cea2365 1,598 1.00/1.00 vMB 67
441,883 441,883 00000000000000000044ead01e6b3bb8f2b29bfcc482ec9d90f28f4504eceffd 2,306 1.00/1.00 vMB 76
441,882 441,882 00000000000000000064541694b26588cf915d9e1cdfa18eb3b2e98498c28ada 2,926 1.00/1.00 vMB 79
441,881 441,881 0000000000000000022c19224fe73b1961267c6e8f9b5e9b92d6c93cc5edd482 2,416 1.00/1.00 vMB 94
441,880 441,880 000000000000000001f49abf2354c3afbddad22d9dfec81f481c9e3f71c05c82 206 1.00/1.00 vMB 52
441,879 441,879 000000000000000001995d4fb5da862c8bf9f94b19a9461b8c7ca22c7c3997c4 699 1.00/1.00 vMB 54
441,878 441,878 00000000000000000327c4a7e59002ea3ffa80457693e64771970b0fad46d320 2,719 1.00/1.00 vMB 80
441,877 441,877 00000000000000000094d09b2cca10525fd20c72ccd7e9b153603a28933e925f 2,711 1.00/1.00 vMB 81
441,876 441,876 0000000000000000038ee821da080ef3861c0ff6c6dff6101c7704640ef3468d 2,267 1.00/1.00 vMB 292
441,875 441,875 000000000000000000544b2fa7380cbf7914558e1fb4e63345e1c0c63b31d7c5 1,885 0.99/1.00 vMB 72
441,874 441,874 0000000000000000003bcd9ebae366985936dde21b3a7b7c9bde7b5d1c7afd67 2,802 1.00/1.00 vMB 80
441,873 441,873 000000000000000002a4c3afe209319c30d56c46c0859e51048408b33043faa9 2,570 1.00/1.00 vMB 94
441,872 441,872 000000000000000000395ffee7b5c28d5fa3f79b14ed0b2d6e6c512a6f1a3ccc 831 1.00/1.00 vMB 57
441,871 441,871 0000000000000000021b5fc67790229e821efe72a759189e7b4c22a467c94c37 1,906 1.00/1.00 vMB 65
441,870 441,870 00000000000000000055ea68ad6a830cb09186deb5f71eba723b03dd679cd403 2,377 1.00/1.00 vMB 77
441,869 441,869 000000000000000000e22cc54e5e169cac850331d42ee32126effc80c062649c 3,324 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.