Loading Tool

Explorer IconExplorer

Memory Pool

41,916 transactions
33.29 vMB
0.09907576 BTC
Random Selection Loading Transactions
Max Size: 165.00/200 MB

Candidate Block

Mining Attempt e30837d1edd16d27d04ea75d0eb6e8f70ba002eb5d9e98471dca41cbdf1f21e3
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 41772d42e6a8a33870519a5d6f57fbba1a687a8b90e7606c8da3e74d862ff7b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02708773 BTC
Feerates: 150.68 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (448,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,465 466,465 000000000000000000b0ce911747ee2b8321cbcd209247c86b2dea0ec56f5c2d 2,313 1.00/1.00 vMB 233
466,464 466,464 000000000000000001e40253460559a68c8f78b2f26cc11adf58296f506812be 1,379 1.00/1.00 vMB 152
466,463 466,463 000000000000000000aca1afae41d32e29d6206e521d5ba3056513438cc7790a 1,340 1.00/1.00 vMB 152
466,462 466,462 0000000000000000005009f72a25043419de38d86d2006b283f49c480ed689db 1,531 1.00/1.00 vMB 160
466,461 466,461 000000000000000001e0069488ac64b191740fd227141d2533f5344022e7cb55 1,471 1.00/1.00 vMB 123
466,460 466,460 000000000000000000fca87f9367e5da45848d40bea6169be60054644cbbe4c2 924 1.00/1.00 vMB 100
466,459 466,459 0000000000000000014e91ffb7fa66d3e5b75cba68b7fed775a4823e49d794e4 1,329 1.00/1.00 vMB 128
466,458 466,458 000000000000000000af685588e43a5a2b7a8b01293af554d6400d1df5f1613b 1,504 1.00/1.00 vMB 117
466,457 466,457 0000000000000000015aea87c02927a3da213ce1a149a245dc066590279c1bfa 2,011 1.00/1.00 vMB 178
466,456 466,456 00000000000000000147ead556ca20a2bbfc11a9e290eb38364db6eb7c3146d4 1,851 1.00/1.00 vMB 98
466,455 466,455 000000000000000001e95068b0ea3a686031f97937d47e12bb82443b42cd1021 2,448 1.00/1.00 vMB 150
466,454 466,454 000000000000000000357c794cfb185afa10d8cbf90b58e4e6603800f686a0f6 1,963 1.00/1.00 vMB 189
466,453 466,453 00000000000000000002aeb27d328a48c1153b42cdac6ee471821b5a6a504aa0 1,657 1.00/1.00 vMB 182
466,452 466,452 0000000000000000010eff2095b17382689122b094851fc40b244a87e141307c 1,847 1.00/1.00 vMB 163
466,451 466,451 0000000000000000004e0d8217f826e1963825c36081b3e3218faa28fb576d28 1,890 1.00/1.00 vMB 230
466,450 466,450 0000000000000000002ef4b6982062371623c22cf58b9eb42ec7268041626c27 2,154 1.00/1.00 vMB 210
466,449 466,449 000000000000000000f414e68eb8fa6e7e2cd67415d9f209e61235a43d26ce34 1,930 1.00/1.00 vMB 208
466,448 466,448 0000000000000000002cb728f330c193fbb2d4cb79bbc627d33bab9f711168eb 1,958 1.00/1.00 vMB 208
466,447 466,447 000000000000000000d14b15de33618be9c3231a99a4d33b392c775a1ee2184a 2,147 1.00/1.00 vMB 185
466,446 466,446 0000000000000000001d97d48cd4d64551d0d5426f5fde7c3ded4661454f0252 2,162 1.00/1.00 vMB 147
466,445 466,445 000000000000000001d33836c346d0fbc34024d2b64f0d6639105739801ea57d 83 0.03/1.00 vMB 252
Previous 10 blocks ↓
Total Size: 781.60 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: 623.96 GB
    • Received: 11.52 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.