Loading Tool

Explorer IconExplorer

Memory Pool

73,284 transactions
27.08 vMB
0.06152038 BTC
Random Selection Loading Transactions
Max Size: 165.41/200 MB

Candidate Block

Mining Attempt 5c105c8db607e50bea2080992409ce19d52620edb4bf0bd7d606ccca27f60613
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 6ed700def8f74a76feb8ae5c3f123a817ea651c602ecde5117a5aec0e060d3e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.00406714 BTC
Feerates: 40.21 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (468,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,289 447,289 00000000000000000348e8565888b9b9993e21204c59ed54535b54966a9d407d 1,751 0.86/1.00 vMB 76
447,288 447,288 0000000000000000030f24ce41f0d641ceaaf58d4b937c9b74a7afe5bea5117a 735 1.00/1.00 vMB 23
447,287 447,287 00000000000000000298d42719cac85bb5fca189f8c293461ef9fd1a98b7fbf0 1,102 0.50/1.00 vMB 78
447,286 447,286 00000000000000000169c6e2cf8ae3e1f008bcec11ccef78806e64121b647a90 1,179 1.00/1.00 vMB 39
447,285 447,285 0000000000000000008fcdd86a9ce7b5f73129ba7bb7a9b8fa3a311d9e773129 1,186 0.50/1.00 vMB 73
447,284 447,284 0000000000000000002f1e3707fc923a26bc1d92e8ac8ae988370e287662e61e 2,513 1.00/1.00 vMB 79
447,283 447,283 000000000000000000e3d87441de6f12714c9695f6b97ebe073afd7cd5c2916e 636 0.29/1.00 vMB 80
447,282 447,282 00000000000000000103a832e49eefa0a8ad0586330d78e3c653540de75f898d 69 0.03/1.00 vMB 67
447,281 447,281 0000000000000000015c84f8919d8beb305a802cff4873574f072ade9f2ac724 1,307 1.00/1.00 vMB 45
447,280 447,280 000000000000000001584008d25be46f6d55496d3983ef3e4ab98cded46e848d 925 0.62/1.00 vMB 59
447,279 447,279 000000000000000001b1b92e607fd2e96556147df910372a620e5dc238cb8d2f 1,438 1.00/1.00 vMB 40
447,278 447,278 000000000000000001e5b578c0bebddb6ed71e7a68fbd8eff104342e77a33cfd 2,291 1.00/1.00 vMB 88
447,277 447,277 00000000000000000182f46e91b17a6d0c46ca8d555dc6388a9121010802a673 1,658 0.90/1.00 vMB 62
447,276 447,276 000000000000000002dd05dbc68b9f019f2aa02e947b9c84427d92e9c3b4edf6 1,728 0.97/1.00 vMB 69
447,275 447,275 000000000000000002f0e874234148b91c0ebd6c8609d1561bd56107ff5ce4c8 1,191 1.00/1.00 vMB 43
447,274 447,274 0000000000000000000d51a8c04ff2cf6e66d6c825910684b53ba9c27e4f4d80 2,122 1.00/1.00 vMB 70
447,273 447,273 000000000000000002888693ed6c047583881dfdd6ec723ba66da1b47a367191 1,011 1.00/1.00 vMB 28
447,272 447,272 000000000000000001795ff04f57c8a84f6f38d6dde92fac6ce4fb12a1f86799 758 0.31/1.00 vMB 83
447,271 447,271 00000000000000000234074d04140fd5157efccb7805fda0584b897473551b0f 1,011 0.41/1.00 vMB 81
447,270 447,270 00000000000000000050b2ee3bca815de26d85e859fe0717a2c679bba8c6e214 1,483 0.63/1.00 vMB 68
447,269 447,269 000000000000000001478deae977f398843a15f285b56cb933ddb4ec711d3ffe 606 0.30/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.