Loading Tool

Explorer IconExplorer

Memory Pool

41,911 transactions
30.30 vMB
0.16181746 BTC
Random Selection Loading Transactions
Max Size: 152.97/200 MB

Candidate Block

Mining Attempt c052e1d48ecdc49bda371d08701eb650e2aae18f5351ca48158faf082fe34561
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 2756b6ad7c50f58021b4aec4507663dfd1efdd310204077d8452d1525754dd4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.08984642 BTC
Feerates: 301.60 > 9.00 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (283,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,256 631,256 0000000000000000000383e14c8c4626cd7c0733ae6d9395197520748f168427 2,048 1.00/1.00 vMB 62
631,255 631,255 00000000000000000006fa546c7dbf53403ed7edb6561c074c8c15b2581b2de9 2,474 1.00/1.00 vMB 23
631,254 631,254 00000000000000000006c45f5868f9f657185d6d2fbc0d016eba1faf29e6357e 2,301 1.00/1.00 vMB 37
631,253 631,253 000000000000000000026c437aeb7ee954d40c84c2dae1a1c819abff6813b6cd 2,923 1.00/1.00 vMB 92
631,252 631,252 00000000000000000002a07e2f37a3a7d86a6f5965736d0dc622e1f7b06ebc2c 2,465 1.00/1.00 vMB 86
631,251 631,251 00000000000000000009a7f77f62ab8863442a3853ae806aa03a7808e84fec32 2,978 1.00/1.00 vMB 181
631,250 631,250 000000000000000000074f21a1087813138b48c08a91afa157d25dc8de3aa6ad 1,983 1.00/1.00 vMB 189
631,249 631,249 000000000000000000115c12d0abb4d75c7060c91fdb19141b1f7210ffd7c8d7 2,301 1.00/1.00 vMB 202
631,248 631,248 0000000000000000000099639789cdc4013d7a6e4e9f5ee3a7197d24326461b5 2,409 1.00/1.00 vMB 202
631,247 631,247 0000000000000000000fca73958624c6f62c5be1e547619500f79f664875089f 2,778 1.00/1.00 vMB 205
631,246 631,246 00000000000000000011c2cdb60b23899a096ea812a75a268b41cb0be9dd6d93 2,985 1.00/1.00 vMB 235
631,245 631,245 0000000000000000000a52c67ee5525a37652e1927285b922427cc3ad584dbce 1,579 1.00/1.00 vMB 129
631,244 631,244 0000000000000000000623961d139985b9d2b2f5f701c18f8ec61d254a56c429 2,379 1.00/1.00 vMB 110
631,243 631,243 0000000000000000000ed603cb5e3d70c3ba745c2801fb3da88f6525b0df1ff3 2,103 1.00/1.00 vMB 55
631,242 631,242 0000000000000000000bd14c4ad98b09a9d09300c160dd3290594480dfdcc071 2,646 1.00/1.00 vMB 56
631,241 631,241 0000000000000000000208ca64b0aebc85a942d459524afdc404a9714e84b363 3,034 1.00/1.00 vMB 52
631,240 631,240 0000000000000000000a6c9fc90530d9494d8a73bf9290b40ec6ee2bd95cd4a7 3,044 1.00/1.00 vMB 135
631,239 631,239 00000000000000000008cda22fb7a58d659fd041f07082bd4e7ae56c7a7bd465 2,531 1.00/1.00 vMB 172
631,238 631,238 00000000000000000004ccb960ff523e8c7c077c004ec2c5703bcc7c9bbdb1c0 2,258 1.00/1.00 vMB 176
631,237 631,237 000000000000000000034064920130c3d310ae11d21b3fcb78d7dc4a4feeb518 2,761 1.00/1.00 vMB 182
631,236 631,236 00000000000000000000162c3ca630b4cae1c6fc5987a12d97a6ae24234e1484 2,556 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

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