Loading Tool

Explorer IconExplorer

Memory Pool

32,502 transactions
7.02 vMB
0.03679319 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.71/200 MB

Candidate Block

Mining Attempt d674103631c9a565f810d8aeee5de0c9805b4d3ae3f916528609e8f454a90573
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root fc1f0c96b6c426addeab30a6fa16d487bd3e765fb1786d70dd181ba3b50439f6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,647
Size: 0.72 vMB
Total Fees: 0.01937071 BTC
Avg Feerate: 2.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (776,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,561 136,561 00000000000005965b0b9b297cd4c922c29aea187408d5f88b3e4ac57e3a6a27 0.02 MB 37 494
136,560 136,560 000000000000037dc7611061d4e2f5f6cfd4cb5aa0cde4d523748ae10d310205 0.03 MB 88 747
136,559 136,559 00000000000004a14fcba64baaeda327babc4568c08e7f4f05a148514df24963 0.00 MB 9 321
136,558 136,558 0000000000000778881ce1dfde3c5dccc6a05a945636dd4095e97201e258b5a1 0.01 MB 45 26
136,557 136,557 0000000000000317d0b78b60b31b950952651baef91ae132636ec8fa76adabca 0.00 MB 12 17
136,556 136,556 00000000000001a25ebc6d26f335592c7eccb68b2a173853deca2ce3bd91ae05 0.03 MB 76 130
136,555 136,555 00000000000008297fd196b75236bfb98438866f46d855ac0959087fafc4e140 0.02 MB 51 196
136,554 136,554 00000000000006e63deb5a1e258be8ef3d156e1a8f161dbd3f1c60559544db62 0.01 MB 18 433
136,553 136,553 000000000000001408e3f683dd35b435488ef2ed245ad86398fa3841d9a613cc 0.00 MB 7 636
136,552 136,552 00000000000006b6f2ff6fae493d678cb813512fc639c318bdd7a36c3f641c47 0.02 MB 66 28
136,551 136,551 0000000000000885137a0db9f8249eecece5d9a075a0e2828b1c8f85fd05af4c 0.00 MB 16 2,831
136,550 136,550 00000000000007854f7125bffa9cd42f52c12cc649ec9ff1629eabda3e20f02b 0.04 MB 98 157
136,549 136,549 000000000000044a2f116a26699a9a112eda9f60e2b58e11f785f095056509b8 0.02 MB 36 144
136,548 136,548 0000000000000133ebb9ccb9e1375a252382f04f36c5584177038142c7c71fe6 0.01 MB 22 482
136,547 136,547 0000000000000a86cd32a691795ca4d2dd6b5d9449fa64dbadbbd7434153fec8 0.00 MB 2 4,464
136,546 136,546 000000000000030fbd63e4e4bf2417d93650272a41719f486354983a8fad31bf 0.04 MB 110 28
136,545 136,545 00000000000003ecc3ea285f6fbd18ac21feb3b7e36c723dc71725fa68773315 0.04 MB 130 102
136,544 136,544 00000000000000fd37f799f7cbbbf9e15f34f84ed73f958b0822278a8f313d6d 0.02 MB 12 393
136,543 136,543 00000000000006de9272253d427d63d29a1b4079fef5d370cbaa59016cbc83f5 0.02 MB 30 317
136,542 136,542 0000000000000684259fe559d01fd4c46c3a7b941e3eb7a5d78882a164b59928 0.01 MB 22 318
136,541 136,541 0000000000000193b651c45f917d4c80e0e124ff413028c9cdbcdc289cff9abe 0.04 MB 75 364
Previous 10 blocks ↓
Total Size: 778.79 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: 357.47 GB
    • Received: 3.19 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.