Loading Tool

Explorer IconExplorer

Memory Pool

38,658 transactions
27.34 vMB
0.06249809 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt 0342a3f196ae02e9adba6ca614cf03876b76e454be1818e545607ece96c81055
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 4546d474d7e464647ea328b5c7cd5a33a78a160ff0f11b031987d8a2bde79e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01078958 BTC
Feerates: 60.16 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (463,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,612 451,612 0000000000000000017030ce08f08d607324a8594c2c0ef3e9b8c2b47290963d 2,179 1.00/1.00 vMB 68
451,611 451,611 000000000000000001a0cb08bf91409abd9200fe0e41df4411021ff5c13fb13e 2,155 1.00/1.00 vMB 81
451,610 451,610 0000000000000000025f6751e862f776f91212031e574f772c456005a2eea4f2 2,343 1.00/1.00 vMB 71
451,609 451,609 000000000000000000bb7c599441d19b7001a86637205abebb2b790c30922a1d 1,984 1.00/1.00 vMB 93
451,608 451,608 000000000000000000b1a4ac0e1e4506407a9f6f1f636149f26a6055e508a134 1,311 1.00/1.00 vMB 67
451,607 451,607 000000000000000000f3fb8a611dd533a8ef4c9c6cf027c37e6832afb7c26605 1,968 1.00/1.00 vMB 76
451,606 451,606 000000000000000000eb621505fb675d9d91b3a35272ad158463d5a3db34196f 2,066 1.00/1.00 vMB 91
451,605 451,605 000000000000000001bed9beb36309f8c7b3aa130c40f92196d4af374549c04b 1,963 1.00/1.00 vMB 112
451,604 451,604 0000000000000000010ded00ba6b5210a3cf80cd5217b6e96432b2ea34bd5fca 2,845 1.00/1.00 vMB 143
451,603 451,603 00000000000000000078096f3fa8028d1df18bbffc9e875d32879dff504ff5c5 307 0.10/1.00 vMB 284
451,602 451,602 0000000000000000009ceac8fc17ef41b85e294499e27fec9bc45bea08db5f70 2,166 1.00/1.00 vMB 68
451,601 451,601 000000000000000001c5ed5e5aa0de58d060d5c7169e990a96812ed6e498f023 1,783 1.00/1.00 vMB 69
451,600 451,600 0000000000000000018e6a0523b7c85108f7089d97084ef19b7b4b1a881567e8 2,594 1.00/1.00 vMB 75
451,599 451,599 00000000000000000024e2fd42d1021477a48aea6ebd04a5c17cacffc3a77b5a 3,124 1.00/1.00 vMB 76
451,598 451,598 0000000000000000021fd03b51cb70854b45a5657469aab3c5084339a5c3b1b8 2,101 1.00/1.00 vMB 101
451,597 451,597 000000000000000002269465ac5c73bf5b35164bd57811954309b35087b4a39f 2,681 1.00/1.00 vMB 125
451,596 451,596 000000000000000001900ac37566ba9e30e14a6188c4280d338cb2d2b92f7d24 2,108 1.00/1.00 vMB 91
451,595 451,595 0000000000000000026b23d8c0c2e89e55bdab27781bf52bbeefc52991f18add 1,895 1.00/1.00 vMB 124
451,594 451,594 0000000000000000026bfddb8bc2c80501f1af37fe9c9580f81989459566ab90 1,963 0.75/1.00 vMB 145
451,593 451,593 00000000000000000208e7a3d2e32b7383add696dbb3129536408d8d86d0b433 3,353 1.00/1.00 vMB 71
451,592 451,592 0000000000000000009b7ac5315ab481f0bca6499333fa9663174146c1cc41aa 2,204 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.