Loading Tool

Explorer IconExplorer

Memory Pool

88,948 transactions
33.46 vMB
0.08675991 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt bfba2763cf7234f6e88253e8fdf8b6f110992d0457dc350be8f7c5aa7431bf0c
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 7b239ada2c099c7e522cd986febf636f8caf9d2c1b807e9dcd55fdc0548c0173
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,513
Size: 1.00 vMB
Total Fees: 0.02006263 BTC
Feerates: 502.65 > 2.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (304,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,382 610,382 000000000000000000127fc27f37158c6238e3e9ca45b56691386791ad3d5f85 2,814 0.93/1.00 vMB 2
610,381 610,381 0000000000000000000f33baf521ecb709ecd46d44a4d91de98a0d680b24cb2e 2,588 1.00/1.00 vMB 11
610,380 610,380 0000000000000000000d11a0581fc51fceed5c07df4f38fcb11a7564195e96c6 3,110 1.00/1.00 vMB 15
610,379 610,379 00000000000000000005cd76c013f3072a3b7e0ed083a71a2412ce7c02f542f5 1,868 1.00/1.00 vMB 9
610,378 610,378 000000000000000000041cbd841cfb5c4915370600c10f0744a25fb83cd95ba7 713 0.20/1.00 vMB 8
610,377 610,377 0000000000000000000106a480cc3e650c01aef22d79e64371fa17f9e5ed58be 695 0.21/1.00 vMB 6
610,376 610,376 000000000000000000068eeacc7572720949045149fb3d883230d9f12c906f04 1,414 0.36/1.00 vMB 9
610,375 610,375 00000000000000000014722494a70bc5485cfb434f33635893f025ad58726cca 1,565 0.48/1.00 vMB 9
610,374 610,374 000000000000000000030d845372279d75cfcaba947a56c6081c99cd2e4dba37 804 0.24/1.00 vMB 10
610,373 610,373 000000000000000000028efe31f301cb2d5b4b89c81b118e8bcbe07b5ff1a02f 146 0.03/1.00 vMB 13
610,372 610,372 0000000000000000000901d1b7f28f77760924b51b6b84b80f57302d5be919e1 1,221 0.36/1.00 vMB 8
610,371 610,371 00000000000000000007f590c80c5aa5c5725a74b89f35d69489a404fa34801a 2,590 0.75/1.00 vMB 8
610,370 610,370 0000000000000000000fa6c77b921a0fefaf0a3b1a15febe1d73ae5a92e1db7e 1,405 0.41/1.00 vMB 9
610,369 610,369 0000000000000000001516862960ea65d24c0c8451bb935baabcbf524ff003ea 1,492 0.45/1.00 vMB 7
610,368 610,368 0000000000000000000547e98f22b1deaea8c7da0a41068fcc9a8cd499abd39d 3,148 1.00/1.00 vMB 11
610,367 610,367 0000000000000000000eed5c9c018a8fe2d0c065cdbe467d51eb36349165d3c8 2,001 0.70/1.00 vMB 10
610,366 610,366 0000000000000000001203ff6a498fc240787c8c3b8bdd4e6872ec4a94cb5164 2,695 0.93/1.00 vMB 7
610,365 610,365 0000000000000000000ffceb63228fbd4f42990b42920c2db11d448ec25acc16 1,687 0.51/1.00 vMB 8
610,364 610,364 000000000000000000001b880a6633c2cd1e82faa533578fb69e7abad64f2a77 2,736 0.90/1.00 vMB 7
610,363 610,363 0000000000000000000d9fc4ddb7c6ba2eb439bc533cf4c340af8b3336e3a2a1 3,442 1.00/1.00 vMB 9
610,362 610,362 0000000000000000000174b29fdec88cad7be8c7f7bc98d2763275da3da158c9 2,832 0.85/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.29 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: 657.28 GB
    • Received: 14.51 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.