Loading Tool

Explorer IconExplorer

Memory Pool

77,993 transactions
29.29 vMB
0.06355106 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt 20701bae66ae9d37cc296afa5baa2ec558f78cb88291cf05a3695c23a6051941
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 978cb2d051595a9541cb771f4bb6b0d5be26a3e9709c7834cf3ee0469e0f0e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00423118 BTC
Feerates: 12.16 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (317,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,447 597,447 000000000000000000006d66ea76eb955fdf5f2232052aa19c8daa8d328a42b3 3,104 1.00/1.00 vMB 42
597,446 597,446 0000000000000000000280b8a509ad4ee7ec5c0affe14d84d1639f9d70a2e33b 3,043 1.00/1.00 vMB 43
597,445 597,445 0000000000000000001226d29a581b6318c005140a7377f5f35d94590c2f8f6e 1,613 0.78/1.00 vMB 5
597,444 597,444 00000000000000000014f4713cb2fa43eb33a085cb73f20d820a9678c28e19a0 3,112 1.00/1.00 vMB 19
597,443 597,443 0000000000000000000a49b2e80b0a1b735b2dcb8bbb5cf2d2067c607709c863 3,193 1.00/1.00 vMB 34
597,442 597,442 00000000000000000001ac931d8783356b55300a7022c3b6a115d69a26d9745f 2,839 1.00/1.00 vMB 49
597,441 597,441 00000000000000000001336ac4801fe3e6983d3287e302f28d9ff3c331184788 3,420 1.00/1.00 vMB 61
597,440 597,440 00000000000000000013329a29e4dc8598cae7b9911e0055a062f29426fc4ae7 328 0.17/1.00 vMB 28
597,439 597,439 00000000000000000001e9690c304d2325a0040711a43946efff1968a539ebbd 18 0.01/1.00 vMB 15
597,438 597,438 000000000000000000091c01c6cace3552c79dd90137e6f4b61fea7e1ce321b1 2,279 0.67/1.00 vMB 25
597,437 597,437 000000000000000000126f489c341a7fba2c94a9a34318ab627b72f9e73f730a 2,508 1.00/1.00 vMB 13
597,436 597,436 0000000000000000000b580d55dcc9e7acef1bc92889dd4c3dd54498c1a69bd5 2,616 1.00/1.00 vMB 26
597,435 597,435 00000000000000000008e370097e86a25745579c4918e10e07a69963b7f6307e 2,956 1.00/1.00 vMB 22
597,434 597,434 00000000000000000011b042897133a6569927339a5ed5a329f198df5578fa9d 3,505 1.00/1.00 vMB 40
597,433 597,433 0000000000000000000ff003c649a1317ce281e24d25ea714e432889d0555036 2,902 1.00/1.00 vMB 27
597,432 597,432 0000000000000000001567d0b5bef12d68573fb188e1e0eb7c8a9e2184a38086 2,923 1.00/1.00 vMB 66
597,431 597,431 00000000000000000007cb560dc92836c24e2ead22adec8b0a85f00bce7b718c 2,069 1.00/1.00 vMB 21
597,430 597,430 00000000000000000015a3b57039cbbc57b91bb5bec15eca9208105fb87367c6 2,268 1.00/1.00 vMB 31
597,429 597,429 00000000000000000010be37e4013f2c1e7e43d19bdcfdf3c469b1a8ac9c122f 1,234 1.00/1.00 vMB 11
597,428 597,428 0000000000000000000dca08f3770bda52d08859da51842afb8d15bbe0a8dd45 1,625 1.00/1.00 vMB 12
597,427 597,427 000000000000000000049e21a0cdf0f334c030654fce241b4b5486e761c1ceea 1,908 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.