Loading Tool

Explorer IconExplorer

Memory Pool

82,538 transactions
31.05 vMB
0.10706357 BTC
Random Selection Loading Transactions
Max Size: 188.82/200 MB

Candidate Block

Mining Attempt 6a3b3f6f900fc7613869eec42d43ac26bfcfe7dd7e144d802ddcc23af92c8f87
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 3ecf1e6b053c9ce5d120e6f3edf8a2b205db1d46f8798b1c2a94a3581c48785a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,174
Size: 1.00 vMB
Total Fees: 0.03309467 BTC
Feerates: 200.89 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (698,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,414 216,414 000000000000043e369138c253e26dfcdc97e32d92b9164fd5fa188e2bac24fe 510 0.18/1.00 vMB 228
216,413 216,413 0000000000000151a3e5f74671a15f9d92c2a40d6280a0284cd01cfebc4260df 383 0.18/1.00 vMB 115
216,412 216,412 000000000000016476e1614b3b47374fabdb68926c67cc6f3c6ae7187bde4ac3 352 0.22/1.00 vMB 172
216,411 216,411 000000000000006705d4058bab2ef02a448f8456c107eade0713d1eeba238642 468 0.47/1.00 vMB 22
216,410 216,410 00000000000003688c423308b0f8c3dd6b42f5dfa53e4fce1f4b1fbab0c58907 655 0.25/1.00 vMB 223
216,409 216,409 00000000000002b1012a2dc4130ce045529a2ecb3e260ac75cc05ef639ee3960 626 0.25/1.00 vMB 191
216,408 216,408 000000000000029a4d8598f7f50374f9120744a4f9735a6eeaf74ae92a95fed0 117 0.07/1.00 vMB 141
216,407 216,407 00000000000004a85ffdddaff1f0b7a09e2b735e2b6d8f7491514c2e7b891344 128 0.05/1.00 vMB 216
216,406 216,406 00000000000002b5cd764cb3203cae90c807c7aa10338b7508839d44856bf14a 48 0.03/1.00 vMB 67
216,405 216,405 0000000000000259b9caf0afeba277302e13ef25e1b6177c385732d45853a365 270 0.21/1.00 vMB 110
216,404 216,404 000000000000038b90645aa695804f511b7c85edf0ee629aac0f5a4a2ebc5619 768 0.25/1.00 vMB 266
216,403 216,403 00000000000003e72459ba19067eddffd785e949dbdbaebed148ba4b138a7f23 136 0.05/1.00 vMB 228
216,402 216,402 000000000000035f717f50f9c23b5c92ad65dc3e027d6f0c54f8516b83bf5bb1 8 0.00/1.00 vMB 12
216,401 216,401 000000000000002172bd1e3bd9f4ffde6bd4db9c5341cacc641a8e5c59846ea8 27 0.13/1.00 vMB 53
216,400 216,400 000000000000042b636db297ce8f5a7e0c3019f0de6e5f3ea81147902ba98089 120 0.24/1.00 vMB 74
216,399 216,399 0000000000000493abe558ff01980970a13da8de8b259c15e10abb8c10aad27a 506 0.25/1.00 vMB 156
216,398 216,398 00000000000001c4d11a70a58a65e90619122d7fd5f24189f26a1f6144ca14cc 501 0.20/1.00 vMB 162
216,397 216,397 000000000000031b8e0c43737c9ec529092ebefc70d4a9a3ab9eb4dd8fbf1407 346 0.25/1.00 vMB 127
216,396 216,396 000000000000022c0092dcaba0914754ebb7d1e75b9e61efba76d91e19034c15 317 0.25/1.00 vMB 123
216,395 216,395 00000000000003c0bd2ebc64e900c2041ce51501e69856c85dff7c89aa7a15d2 547 0.25/1.00 vMB 188
216,394 216,394 00000000000000af5d936bc0eb1f1c3de6ba5ef53102493d56f4b0aeb8cf2e25 466 0.25/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.