Loading Tool

Explorer IconExplorer

Memory Pool

84,741 transactions
32.51 vMB
0.11780671 BTC
Random Selection Loading Transactions
Max Size: 193.35/200 MB

Candidate Block

Mining Attempt 0e6e4859a26eacd0d406b1aa1efc99a1299acf5be22e2d7c684586e43375ea2f
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c20d8be2051ac500de9702355b5d0e6b4bcb379d8286391d0235fcbb2a0938e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.05235378 BTC
Feerates: 387.56 > 5.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (667,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,655 247,655 000000000000007c3bcf90f4a3aed3070b70e987c0ea75b622481ac781de0fcf 457 0.20/1.00 vMB 137
247,654 247,654 000000000000009cb6a7262a571e386d3a2f89d6559638f90f33f2280c7a8b88 471 0.25/1.00 vMB 147
247,653 247,653 00000000000000629753d647f75190321c6f322182a2d6aa24fad03a8622fa9a 129 0.11/1.00 vMB 98
247,652 247,652 00000000000000723e46e088720c4a3a802e96aba9c14fdbf9b25b49b155e459 54 0.02/1.00 vMB 49
247,651 247,651 000000000000000f7e03adf2ecd3d37296c2802c8825227fe1eb14b5ff0f546d 556 0.24/1.00 vMB 154
247,650 247,650 000000000000005d90d6f39b9a65f78d124bd24d9ea130e3872eb4c5c595e149 139 0.10/1.00 vMB 114
247,649 247,649 0000000000000079d0832d74927592ccdbe638b10ac0624625e0f7fa7cb0eda9 447 0.24/1.00 vMB 144
247,648 247,648 000000000000006684fa3b12da74afb2012df86bf9cb57dd4d2c4eb49a43f944 259 0.13/1.00 vMB 116
247,647 247,647 000000000000000135d655c2db945b8099875b10181c1c0ec860b91418e30981 476 0.22/1.00 vMB 143
247,646 247,646 000000000000004f2caa8ca97c5094cf4e0827d53e92af1bc03d94071155efe1 257 0.11/1.00 vMB 137
247,645 247,645 000000000000006db459eacf67ce9337d45129b3afa5f09c63f1e86b4efcf306 303 0.13/1.00 vMB 96
247,644 247,644 00000000000000724cda08064144b7729034fe48f6e6ed1936dd1d76fb75323d 125 0.06/1.00 vMB 125
247,643 247,643 000000000000006a12de724b1af7d56a142f2c8871bcc4a0adf3c6d09a8b106d 11 0.00/1.00 vMB 72
247,642 247,642 0000000000000016f421fecac3fdc92367ab05c1dd2736ecb5da4a8c23faaac1 271 0.13/1.00 vMB 127
247,641 247,641 000000000000001cabf336edc285a763b46e6d67a6877452b07849765f6dc12a 713 0.40/1.00 vMB 96
247,640 247,640 000000000000001243f84cec9eab3ac377520223b5b56112e7cb29bd3d9cc8a8 624 0.25/1.00 vMB 137
247,639 247,639 000000000000003c694458327dce72c13b9eea9dccfb5e3471f19cbe9721b435 11 0.01/1.00 vMB 94
247,638 247,638 000000000000008b8102de745caeee6d31166979908f174b4e98acd10b59fe5e 63 0.04/1.00 vMB 100
247,637 247,637 0000000000000024f62feeb99eb592b8de5adfc2a1c362bdf8cfc27c332ced48 348 0.14/1.00 vMB 152
247,636 247,636 00000000000000698d7fbde60458a21903549ce47de41cc22b2c47a7d97c1877 208 0.10/1.00 vMB 96
247,635 247,635 000000000000009d7c1a87b3c22b2addf837599f9fad69b49e00b37aa02b5362 198 0.08/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.31 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: 659.14 GB
    • Received: 14.59 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.