Loading Tool

Explorer IconExplorer

Memory Pool

16,031 transactions
7.75 vMB
0.02690724 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.68/200 MB

Candidate Block

Mining Attempt f0e0e0bdb98f9f5c917823656964f25dc9b4acbcf1e87bc119e3292b83cf3c0c
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root ed0550a64db78e20960bcd62b7db73e41a9d7f838f490e90a69d75c7860b2980
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,495
Size: 1.00 vMB
Total Fees: 0.01094350 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (755,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,542 157,542 00000000000002cc84adc3800af4e1b5f955b4b83c89f0d7cc23446f539268ef 10 0.00 vMB 521
157,541 157,541 000000000000083c21203dbed56b386e2c7bd156ab9c68fe337941a5e3c30f24 104 0.05 vMB 181
157,540 157,540 0000000000000d2ce0247c56b05f2623a4220bf3bee56028900c67e69d0d309c 9 0.01 vMB 213
157,539 157,539 00000000000005b7585c4e4cbe9c3b86027d8aaac841628847454766f042fb31 34 0.01 vMB 541
157,538 157,538 000000000000081bf363c9bc60b11f06430a5812dc70acb61feb79586f438234 66 0.04 vMB 447
157,537 157,537 0000000000000b0ef5a1d8f3470cfc33a505d2b0710eb180ee1944502e0d721f 78 0.02 vMB 2
157,536 157,536 00000000000009dced00862b33262b3a668983ff544e0e7411680c7682d44b60 20 0.01 vMB 57
157,535 157,535 000000000000065f5ab04383161ec9040d7eaa6a2f507802904560738011f770 52 0.03 vMB 1,385
157,534 157,534 00000000000002bff2a06006f271603441cd0a76c140ff7946913e678f100209 60 0.02 vMB 150
157,533 157,533 0000000000000292b6567c1a9e4d48134b938cbd3428281089d8fbbb647fa39c 63 0.04 vMB 73
157,532 157,532 00000000000007b6f79a5264840fbdc813b2a94acb3dda59b94991e6aa320e2a 10 0.00 vMB 143
157,531 157,531 00000000000009ac4c8662707b3b2bfc3767c82d5932e17020e7d4b183195e6e 43 0.01 vMB 0
157,530 157,530 00000000000001911ae4dae745c59b2c97d99068fbf30df5ab57b3095509a57c 15 0.01 vMB 28
157,529 157,529 000000000000001935db1028dcba0a449ab5ab4016fddc4108c1ec9e80c6da13 13 0.00 vMB 0
157,528 157,528 0000000000000b5fab2b79e28545a52064836d2e6cfda870e313e472ee4e069a 108 0.05 vMB 155
157,527 157,527 00000000000006687e65dbce6178459aa552667c171dcfd18a30d6296f0ee6d2 11 0.00 vMB 50
157,526 157,526 00000000000009f6c490a885c704c23d5405e86fc4139c3c58472351f71eeb24 39 0.01 vMB 112
157,525 157,525 00000000000007a2b3c505caee438610325304d6ab0ac4eb605f3ccf7f6d1b0c 59 0.02 vMB 0
157,524 157,524 0000000000000e43fb42cca82ae4fa63ebe8254d85517661acff206de1f5706d 2 0.00 vMB 193
157,523 157,523 0000000000000e49d3705e4c47a4aa05628e8fc4c59e9ebb7aa33dd0c47cb780 6 0.00 vMB 61
157,522 157,522 000000000000072a79fa97c519fd12643284a688954538f979e4b87326139f55 16 0.00 vMB 91
Previous 10 blocks ↓
Total Size: 779.58 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: 285.23 GB
    • Received: 1.14 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.