Loading Tool

Explorer IconExplorer

Memory Pool

37,392 transactions
26.45 vMB
0.05957768 BTC
Random Selection Loading Transactions
Max Size: 135.43/200 MB

Candidate Block

Mining Attempt 41188ce4da7a88a84e7317bf57ad7c69c839b66ece10504fa4440d934c874144
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 77417d194b1878c6c68e4a489df6bff7b9178a3069de8add25926f9d58a8d695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01050323 BTC
Feerates: 100.53 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (376,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,379 538,379 0000000000000000000a420c0ac02f3d147c52bcfd5630fa12c4561a56bfdc11 830 0.37/1.00 vMB 23
538,378 538,378 0000000000000000001b6ee9c6bb1c6a38eb15de475a8748bfee9172d25dc40c 2,014 1.00/1.00 vMB 26
538,377 538,377 0000000000000000002736e99df0b1902fa8cc49e1040a3c715fec4decbe2fdd 2,406 0.99/1.00 vMB 28
538,376 538,376 00000000000000000008e9cfeafa7646c6b6eeed74f88361020385f1f20dfc0b 1,290 0.62/1.00 vMB 16
538,375 538,375 000000000000000000051022c25e0f36f8c710b6cdb92d2d571ee56a18ea3159 289 0.13/1.00 vMB 26
538,374 538,374 0000000000000000000702ffc8b28b8f46a00c83804a16200515772f31b32708 1,636 0.89/1.00 vMB 25
538,373 538,373 00000000000000000004885e280f5009261797a172c5d74fe5b47e193f6dba1e 1,128 0.52/1.00 vMB 30
538,372 538,372 00000000000000000028b8649b040138f71a695e8e31a181dc37d63b287443b3 2,239 1.00/1.00 vMB 12
538,371 538,371 00000000000000000025124c1d76691e4bafdcaa099cce5ad2662fd39db51875 2,714 1.00/1.00 vMB 25
538,370 538,370 00000000000000000020afd745a524e066254f8ec0a64d281fbcdf427c9210b4 353 0.14/1.00 vMB 27
538,369 538,369 00000000000000000016ca14eda9d6e30c96ac1639eb6a7940eb2c3fb178992c 2,195 0.92/1.00 vMB 18
538,368 538,368 0000000000000000001b1936929b569e1ab00948f3adced4fc770161ba0047b8 2,462 1.00/1.00 vMB 39
538,367 538,367 0000000000000000000b15d656e6938728d1f0dcd1eb6c3553b28870a80846b4 457 0.19/1.00 vMB 14
538,366 538,366 0000000000000000002232b624c631fd6bc41a2d9d8a03d127dbe1b45e4dc582 463 0.20/1.00 vMB 18
538,365 538,365 00000000000000000006e9e70ed1d447280b1650b5064020236c546e04ca01e0 763 0.33/1.00 vMB 22
538,364 538,364 00000000000000000028012280c198d23cc10b965612a9e3dd1cd9f1becc4e38 1,022 0.40/1.00 vMB 19
538,363 538,363 0000000000000000000165e18597c88582644655bf678ac1c590c482a80b7c1a 2,315 0.98/1.00 vMB 26
538,362 538,362 0000000000000000000f3be3eb72fd5f8d1495dd4c610b8bd24efd8d51a90f1e 312 0.20/1.00 vMB 11
538,361 538,361 0000000000000000001b156df889175728e21ec3a2268b3e135c1faa01169f0a 533 0.22/1.00 vMB 54
538,360 538,360 0000000000000000000012c348417c7f52830d950a51c8ff379a4967aceba3f3 2,182 0.80/1.00 vMB 24
538,359 538,359 00000000000000000022d42c0ccb8617259cd40b4b8ce0b31afbb53ca5122de2 1,022 0.43/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.