Loading Tool

Explorer IconExplorer

Memory Pool

55,862 transactions
31.96 vMB
0.17398602 BTC
Random Selection Loading Transactions
Max Size: 171.99/200 MB

Candidate Block

Mining Attempt 7ddb9d7d83f2aeca1fdc01528fa7a830e2103f206320754965cb868bc68042ac
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root db182f605351c31312c7b5eee57f49f5c24d8591abf7b9616f2b1a794cb3f256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.06891989 BTC
Feerates: 465.21 > 6.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (453,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,481 461,481 000000000000000001eea8ad37917dee9fc52a1a19e7952e8e1606a8d9e0c307 1,378 1.00/1.00 vMB 99
461,480 461,480 0000000000000000008337f5a8f875ceeb5a4bc076615a1790ffe3e355063e38 2,727 1.00/1.00 vMB 160
461,479 461,479 000000000000000000e730da106c6f23a8c4e918a6640d1d2fde37494539da51 1,271 1.00/1.00 vMB 123
461,478 461,478 00000000000000000164b16864baed0ff60be27404a532b125020241872e8494 2,193 1.00/1.00 vMB 144
461,477 461,477 000000000000000001f4cc0d0ae0f1efc7c41d59e2900aed572a2c00a8aecceb 2,883 1.00/1.00 vMB 132
461,476 461,476 00000000000000000174914f7c48fee5438801eb0ebbdf78205889c6893d2cf7 2,277 1.00/1.00 vMB 166
461,475 461,475 00000000000000000112dadc07e555fbdca564f49feca1df954ba8ad86b2ece5 1,965 1.00/1.00 vMB 140
461,474 461,474 0000000000000000000721ec6f21339325f9167459e01912a2836b42a94d4538 3,031 1.00/1.00 vMB 268
461,473 461,473 000000000000000000eff18cabaf947e10a863b46cf45ccf5a71d1b2db27f7f3 2,991 1.00/1.00 vMB 277
461,472 461,472 0000000000000000014ed800603130ba5add1244c3798bd7c7d46090c2f64f3d 2,703 1.00/1.00 vMB 223
461,471 461,471 0000000000000000008ddbd689ec4b29b1ef5e33026596828e346f1e6e0819f6 2,331 1.00/1.00 vMB 128
461,470 461,470 0000000000000000013cfe501e13bf376bf6ac149e191ea53e956688f780cff3 1,826 1.00/1.00 vMB 129
461,469 461,469 000000000000000001797fa12dacafdf2ef57703cb770c41b65593bcf015d0bc 1,010 1.00/1.00 vMB 128
461,468 461,468 0000000000000000007af4fa507a7a400a526405305a069d0f7758fac6cc5cce 1,198 1.00/1.00 vMB 140
461,467 461,467 000000000000000001b4904ab88cb6f13b1f8ccbb9f183db51894cc521fabf23 1,807 1.00/1.00 vMB 298
461,466 461,466 0000000000000000017ae4b096e8c04705269760db371dfa10c7bc29108351d5 2,499 1.00/1.00 vMB 138
461,465 461,465 000000000000000000e5391f1f75a46b899b2cc5139885690f33c37581ac3468 1 0.00/1.00 vMB 0
461,464 461,464 0000000000000000009f758f0447b0b3c71cd75738d121251cd254ea2d67d4db 2,038 1.00/1.00 vMB 152
461,463 461,463 000000000000000000029db7d1b172f97301fbb4bf1bb75284b547435d1515df 2,415 1.00/1.00 vMB 216
461,462 461,462 000000000000000001cc90d40f1ef80c95aea58ddfcfa51374eea591f067a5e0 2,109 1.00/1.00 vMB 149
461,461 461,461 000000000000000001f1c78993a0b718d9f2d3ba9bda3f1ded0f6364eb65a526 2,294 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.