Loading Tool

Explorer IconExplorer

Memory Pool

47,945 transactions
27.66 vMB
0.06304567 BTC
Random Selection Loading Transactions
Max Size: 148.04/200 MB

Candidate Block

Mining Attempt 1ee24a935114e70c7b41ab65936974cd8f599957c5c5909397ad441f98c0abee
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root f719ca910829e572510edbc97c854ff7081fbdd76d9fda6d49d138eeedb3cace
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,864
Size: 1.00 vMB
Total Fees: 0.01104842 BTC
Feerates: 151.16 > 1.11 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (358,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,425 556,425 0000000000000000001161213cf188cc8f1c3c3957a1cf25cb4cec256abbb883 313 0.18/1.00 vMB 7
556,424 556,424 000000000000000000120db3e4600aec57d1f373927a3e069bc2eee5cee5a48f 311 0.13/1.00 vMB 9
556,423 556,423 0000000000000000001458124482173e2bc9d15f25bc70b0752f225d71a0f1a6 340 0.13/1.00 vMB 8
556,422 556,422 000000000000000000040cf5e175b3c106b51f968d3e2ccad13a924f7481eb7d 1,257 0.50/1.00 vMB 10
556,421 556,421 0000000000000000000268ef5d2cb381c0af7a3c36fc952e6ed4d05c7d85ffa2 524 0.19/1.00 vMB 10
556,420 556,420 0000000000000000002c8a2bc82ec5bdcaf34627f13571de30b2b882b5eece8c 2,553 1.00/1.00 vMB 9
556,419 556,419 00000000000000000029ab114d37f0294384d9c4dda7d947432a94b1d1e44f05 1,037 0.45/1.00 vMB 8
556,418 556,418 00000000000000000018a37515e0ecabcc9797531b445fe3420a1994b2ce62a6 797 0.44/1.00 vMB 8
556,417 556,417 0000000000000000000750e84ee67a03dc33e3618eebcb263746e38011228915 2,493 1.00/1.00 vMB 2
556,416 556,416 0000000000000000002a531985d49cdb5adcd1db0578845a233a3a2cfdefdf8f 2,716 1.00/1.00 vMB 23
556,415 556,415 00000000000000000008f4f64baaa9b28d4476f2a000c459df492d5664320b12 263 0.10/1.00 vMB 18
556,414 556,414 0000000000000000002089653c6ee3ecd6ecca09b937a9cab9da14ea8b387dbc 2,160 0.86/1.00 vMB 19
556,413 556,413 00000000000000000029b18e1e2117fe47ab1258adde12e10173d115d4c7eb7c 2,363 0.95/1.00 vMB 11
556,412 556,412 0000000000000000001fc04c7296b68b3adb02a71ac7e23c99896a62a67f71d8 1,009 0.35/1.00 vMB 14
556,411 556,411 000000000000000000100ab00e720ac963f66fe2700586db3b25e13051b98135 968 0.70/1.00 vMB 4
556,410 556,410 000000000000000000003a5308bef69d50f23263f5b5ff8472e0d8a6f12d048d 2,014 1.00/1.00 vMB 4
556,409 556,409 00000000000000000029795093aee2ce4c288ba1464188cf5305ec47d530fac6 2,807 1.00/1.00 vMB 8
556,408 556,408 00000000000000000003c009b8ad0f3b58e614e1cdc503dfb1cfe2744543a315 2,194 1.00/1.00 vMB 8
556,407 556,407 000000000000000000225956ca3f6f2a83fc2137ba922c3a6d1809e7a83c929e 2,548 1.00/1.00 vMB 17
556,406 556,406 00000000000000000008a9878b08ff9f44d269436760f4c2d418955d19ced701 2,536 1.00/1.00 vMB 59
556,405 556,405 00000000000000000026a49f352615183bcd3464ebaf3e1c5362a64f8d4599d4 756 0.31/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.