Loading Tool

Explorer IconExplorer

Memory Pool

39,642 transactions
27.08 vMB
0.05549092 BTC
Random Selection Loading Transactions
Max Size: 141.50/200 MB

Candidate Block

Mining Attempt cc3915c540293e88c22c8d20cc3f84ae4cb823c5bd9a89f8c9849159cd357dc6
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b58cbfb5a7d12f26bdd4c22abe18ce003595ad96db8303da0de2a85b032d7d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,187
Size: 1.00 vMB
Total Fees: 0.00536627 BTC
Feerates: 69.10 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (412,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,287 502,287 0000000000000000006d0c2765355beb1b9b6b5dc4d45f46b1c4483bc141b157 2,694 1.00/1.00 vMB 331
502,286 502,286 00000000000000000084be942f1b8d7a254e3394a1ffaa2eec7140520da4b3b7 2,533 1.00/1.00 vMB 366
502,285 502,285 00000000000000000049de247eeac482f39b138535399fbac8aef30be6fb3c3e 2,997 1.00/1.00 vMB 546
502,284 502,284 0000000000000000001345b1216c6dfa6e3bdd2774d67c7a85ea6552e2245c08 3,024 1.00/1.00 vMB 473
502,283 502,283 0000000000000000002d7d56a3a341da9088e98fdd11922928ef95e26e2a0c34 2,897 1.00/1.00 vMB 493
502,282 502,282 0000000000000000002ae243c2b0dc0d5e7ddee13665f809a90b9b2ec7bba416 2,829 1.00/1.00 vMB 571
502,281 502,281 00000000000000000013ce3deb7350b106f03bc23c3c168d82c802e36362a653 2,205 1.00/1.00 vMB 425
502,280 502,280 00000000000000000007d0776cddcc5d2219b3b05b2d526f46b7bec2808f548c 1,831 1.00/1.00 vMB 381
502,279 502,279 0000000000000000003f44f37761680aa7d9bbb7c63db6a99f4a0d775e29ef55 3,175 1.00/1.00 vMB 462
502,278 502,278 0000000000000000008c071b2f4e4c0c956686a72557db3641c8545fac5da751 3,115 1.00/1.00 vMB 430
502,277 502,277 00000000000000000027c252f1247e5d45b8997701ef4ecab0888de1a3c1cd62 2,555 1.00/1.00 vMB 424
502,276 502,276 0000000000000000001bf2b2ce042a514970527383c7d38e77482ed1f10dceee 2,116 1.00/1.00 vMB 737
502,275 502,275 0000000000000000008ecf8e76da02d5cf778d3db6ea236b629c41bacc9fb8d2 2,161 1.00/1.00 vMB 418
502,274 502,274 000000000000000000910ce968b11daf254dc30787f3482f8ab7390fd044c23f 1,923 1.00/1.00 vMB 392
502,273 502,273 0000000000000000001d3fdc9f9795fabd2f6834ed384d53cfa89b88a9144ac0 2,207 1.00/1.00 vMB 435
502,272 502,272 0000000000000000003b3aee4881109c545f96bb1b3d1420437068644fae72fc 1,551 1.00/1.00 vMB 200
502,271 502,271 000000000000000000034d35cabe87df8171ba311a52b379942298235e8462ef 1,831 1.00/1.00 vMB 240
502,270 502,270 0000000000000000001b2ad8bf7e484ae87438f008d6173e323dbae5ff1eadff 2,417 1.00/1.00 vMB 314
502,269 502,269 00000000000000000019bac0af57980d57c51b50213aa9c2e2db174ca652fb17 2,681 1.00/1.00 vMB 428
502,268 502,268 0000000000000000008b805e3769320b6be57db991c845cfe03ed671c23da7ac 3,268 1.00/1.00 vMB 469
502,267 502,267 0000000000000000003c68a03ebbb6e6e8c782a144680cc53c618424e649982c 2,534 1.00/1.00 vMB 543
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.