Loading Tool

Explorer IconExplorer

Memory Pool

40,339 transactions
18.90 vMB
0.18632615 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.84/200 MB

Candidate Block

Mining Attempt bdf17d11e29504b25369143ef968559a2176dafbad87d71222ef7c47ab5ea71d
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root bced5f087b4dc270507db0146738c9e6f56b536b2bbe2d90410eb95fa3543055
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.05539637 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (771,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,643 141,643 000000000000019e4890a316a97fe95a7bf0a9d30a4dddbf9608fc1ab6dab4cb 41 0.02 vMB 270
141,642 141,642 000000000000084d8896794291ec9e66edb8bc8db73e70c99275565756925ce7 67 0.02 vMB 105
141,641 141,641 000000000000022777c21649a757ecc974b0712f8801d01ca1c38c4fe7d3385b 118 0.05 vMB 33
141,640 141,640 00000000000005118e980e1cff09285f552bdb8034e109bd64a3e91254825222 10 0.01 vMB 652
141,639 141,639 000000000000036145a36e3c61c1594111300e6c9638986776be2a318e20824a 24 0.02 vMB 65
141,638 141,638 00000000000005a2afc5f3835feeb467ee5a77632b69e68b3ba7bc998ef9ee36 87 0.04 vMB 243
141,637 141,637 00000000000006165d7927316091da049ad3ff1008c22ecb47498ed4a239a9a0 103 0.05 vMB 233
141,636 141,636 00000000000005a6ad6288006b381ea94c2e531bfa3fa05a74fff6e204361f52 36 0.02 vMB 155
141,635 141,635 0000000000000580f84696a95559750b69ba005bcd3536593594ba79a51caa05 55 0.03 vMB 309
141,634 141,634 0000000000000852729b64e10ed32fdb4d337554422b27e81dcae6f4b158cb40 143 0.04 vMB 33
141,633 141,633 000000000000066e6c947eb4e2ab5a209cab4893eb7f420d6fef415291113ba9 144 0.05 vMB 123
141,632 141,632 000000000000027a0c9a23972f541b9d7f11837fe78c3ba5fdf4972bd114f888 27 0.01 vMB 398
141,631 141,631 00000000000007a90cc892eb41b936afb2c3c58afdb87dcb4dcc7c46ac6f90fc 58 0.03 vMB 220
141,630 141,630 00000000000001c10f006cc6eaf757f6ea6748e1fe8f7d45d70019a1bdbb58aa 85 0.05 vMB 75
141,629 141,629 000000000000004858c0548d17be71a45cb1edeaa01f54339611ba7286965154 160 0.07 vMB 1,047
141,628 141,628 000000000000037753fd1f189b2252ee030a3110ce10ba3513ca08965fbf7a19 33 0.01 vMB 139
141,627 141,627 0000000000000769a1ba11d9ec7c19f34ecf97e0cb18f86cb243933bd94dd798 42 0.02 vMB 344
141,626 141,626 00000000000008714491bf7d3959f895e1396c6d2368d50e7166fd8a24d49b3d 11 0.00 vMB 13
141,625 141,625 000000000000066d2db573a51a7d857a72805a3b995698a42fe14beb5ef6de33 25 0.01 vMB 344
141,624 141,624 0000000000000837691bb4979a0f59949f946035de3ac8c5c89fb03e5e039ee7 8 0.01 vMB 171
141,623 141,623 000000000000075b39943f7f4aead32e8f16ca1f8a1cfe9bc9f60997775c9516 77 0.03 vMB 50
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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