Loading Tool

Explorer IconExplorer

Memory Pool

43,691 transactions
28.17 vMB
0.06716926 BTC
Random Selection Loading Transactions
Max Size: 148.69/200 MB

Candidate Block

Mining Attempt e7ef92478f2e6a4b8ff497c3d47a9f9ddf2b71c55f76e92d39428b7141218fdd
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 9a661ab49be23dc097c8e35663c332565b7a77257f66c5c0f37148ede2e260b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.01409380 BTC
Feerates: 100.23 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (226,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,111 688,111 000000000000000000026f9a3f28425fe21d32e17deb5a26a7cba71aba308a79 2,860 1.00/1.00 vMB 37
688,110 688,110 0000000000000000000ac0bf943c7e6faad22e61943f1e5f00b30ba590e4bd3a 1,607 0.62/1.00 vMB 18
688,109 688,109 000000000000000000096e678ac2fcea5a044ddc90c05536e9e6ec8ca1313627 1,852 1.00/1.00 vMB 20
688,108 688,108 0000000000000000000764e28cd90550dbe4b2e5726fa5608f5bcedd2be5ab19 782 1.00/1.00 vMB 29
688,107 688,107 0000000000000000000b34c1f6e18a83f8bbd62faf3d3294b67c323e9dfc85bb 1,890 0.64/1.00 vMB 15
688,106 688,106 0000000000000000000e096936670d4b477c3073e6d7abaa372d8a7b14d5c6f7 2,095 1.00/1.00 vMB 30
688,105 688,105 0000000000000000000b8818e76e55f73275a93034c28e993d7c22499919b713 2,322 1.00/1.00 vMB 16
688,104 688,104 000000000000000000010d5ffde62fa707e64b1b7b21c537925e3032b6abe2b4 2,894 1.00/1.00 vMB 37
688,103 688,103 0000000000000000000b23323fa5c6850d3d2c76fc02fc8ca3d0898427347624 2,261 0.91/1.00 vMB 2
688,102 688,102 0000000000000000000c7972b023684520d7898cdd392a9d675226e84fdd6b9e 2,866 1.00/1.00 vMB 6
688,101 688,101 000000000000000000065a366b53aa05ed26ba5a6cff04e9766af0d3715183bf 2,400 1.00/1.00 vMB 19
688,100 688,100 00000000000000000004845f8ed5ed819bb63776f57f215487ffa8cc94175066 2,885 1.00/1.00 vMB 41
688,099 688,099 00000000000000000005ff9dbc3562175c3615c70ddcc233e97b558487b798f0 2,637 1.00/1.00 vMB 17
688,098 688,098 00000000000000000007f87bd27a29c94299b83a8f645dc52b7f3820f88ab476 1,240 1.00/1.00 vMB 28
688,097 688,097 0000000000000000000d86caddc51945947da115362f2ef414a83fb2649cdcd4 2,229 1.00/1.00 vMB 43
688,096 688,096 00000000000000000003f97457bd02d8ea10897708e9b2f943591139fa6c964d 2,539 1.00/1.00 vMB 43
688,095 688,095 0000000000000000000470c81df71da5e6b901fae5da04eac4cd6a72a9691fe0 2,736 1.00/1.00 vMB 17
688,094 688,094 00000000000000000002cf386d579a9faa26641993e110cdfbbbe69e994e78ba 2,833 1.00/1.00 vMB 24
688,093 688,093 0000000000000000000309a3f4baadcd50f808929fd39a6c9df57b7ed0e5528f 3,347 1.00/1.00 vMB 54
688,092 688,092 00000000000000000007253dee2abf7a006b9959538767ddbb3ade276478560b 950 0.62/1.00 vMB 3
688,091 688,091 000000000000000000059041227432cd5aea86fb3912dd9821c59d3ef800e5a7 2,684 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.