Loading Tool

Explorer IconExplorer

Memory Pool

42,439 transactions
26.68 vMB
0.06840940 BTC
Random Selection Loading Transactions
Max Size: 139.51/200 MB

Candidate Block

Mining Attempt 1453fddf28697a63c430f0323c8cfa69436ca7dae149e92bf25f9da0bc0c15cf
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 4860e6ba8a980782823ad89fb9d1b84b59f74d29e4b034ea4817cf204d8c3b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.01930900 BTC
Feerates: 101.59 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (498,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,243 416,243 0000000000000000051cdb74b27445cd7fa0a75bc55cd7c9742ad42c157f66eb 81 1.00/1.00 vMB 2
416,242 416,242 000000000000000002f57e31c8a781675d7851864bb1a0ea443be7846f829e66 187 1.00/1.00 vMB 5
416,241 416,241 0000000000000000011c88f4537d83df5aa885fdfca7ad85bb253c7b29a3346e 2,299 1.00/1.00 vMB 61
416,240 416,240 00000000000000000446c1fd84790fb4ad0eaa3d415847ecef4f6eae4d6a9bdd 2,602 1.00/1.00 vMB 49
416,239 416,239 000000000000000004e088a49adecb9a9bd749d5e3bda8a5e1c93c9b910a7d52 2,779 1.00/1.00 vMB 65
416,238 416,238 000000000000000002ac22e83f6fc31de354072fc36ba3cc79b505489b30e740 2,384 1.00/1.00 vMB 69
416,237 416,237 000000000000000002a7f05764f47032ef0d3675d9b4c4a0d33fbc56a6938483 3,435 1.00/1.00 vMB 59
416,236 416,236 000000000000000001db6b45a8f55d29b30a1402683a613941ff609817efe940 2,466 1.00/1.00 vMB 57
416,235 416,235 000000000000000003d70baa066ab308810a406db6f796113530d6c63e64b2c3 2,026 1.00/1.00 vMB 79
416,234 416,234 000000000000000003769d4c126d5d900659db69f08170b35f8ecee250e3d848 627 1.00/1.00 vMB 63
416,233 416,233 0000000000000000037a22d602c8edbc14bd2338b1e97e026aa9dc39a23a11e0 430 1.00/1.00 vMB 69
416,232 416,232 00000000000000000486078ab77fbfee34389f825a9cba8c0ac7c665396afe96 2,339 1.00/1.00 vMB 96
416,231 416,231 0000000000000000053cda372d674d30133d6282bb322db9634631d504b3eb1f 796 1.00/1.00 vMB 81
416,230 416,230 000000000000000001f1b9636ac1c6ed6d4c91703510d8e165fa446e7279b3a4 1,460 1.00/1.00 vMB 98
416,229 416,229 0000000000000000051fd9c8f86e560db16956d0ae2974b2780550510e7133cc 409 1.00/1.00 vMB 41
416,228 416,228 000000000000000000881fd48be9c78c33a7123c9e97b8a4faea85c6dc23e711 2,062 1.00/1.00 vMB 58
416,227 416,227 0000000000000000033c9ee4d9963c43dc08790b84463f4477a12ea7ca6adb06 2,646 1.00/1.00 vMB 76
416,226 416,226 00000000000000000274b3c9b4823f11358f8e4369948f00359c398abe1929f7 1,338 1.00/1.00 vMB 45
416,225 416,225 000000000000000002942b18406ce2a4d3ceeff7dcd3b09ded2490c7c8157cb8 1 0.00/1.00 vMB 0
416,224 416,224 000000000000000001fe614f477ae6d936a3e2fbef0d187ce4fac36c72389957 1,530 1.00/1.00 vMB 56
416,223 416,223 000000000000000000e9bca1bd2f17d97c228dd9b8eeae72ba9f43a12c521aa4 1,793 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.