Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
29.63 vMB
0.07445228 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 9003def2d0637919f639e3859a8765fac5868b88b4efc39e03d3285a91da032c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 15aaf6bdace1723f6a5c4ceed8ccfce093f863753bc28757c68a34cfb59882e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,021
Size: 1.00 vMB
Total Fees: 0.01404140 BTC
Feerates: 150.98 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (431,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,662 483,662 0000000000000000003b94d9692f1bb90ef619aad3c2662c1b64b356c87965a3 1,106 1.00/1.00 vMB 119
483,661 483,661 0000000000000000011a635ba78ceafb16084a84a88431ee38287958913c68d6 679 0.40/1.00 vMB 31
483,660 483,660 00000000000000000125ceef362ba901ba7737da32fb6c3879f50742c2624ab5 1,322 1.00/1.00 vMB 113
483,659 483,659 000000000000000001233367e9e27df68f712b7e915b6b7ecbb4ab0c1a40af14 1,114 0.84/1.00 vMB 134
483,658 483,658 0000000000000000004659b7d20bdb94e360e005e4a0610f7afb730e3a17765c 2,097 0.99/1.00 vMB 74
483,657 483,657 00000000000000000137af208fbe0cd73c093ea40d94fe6ca10c05f95ba2f29f 2,470 1.00/1.00 vMB 234
483,656 483,656 000000000000000000a587322d3e7cc68346ad4db62bd6017c0c06a29c5b58fb 2,353 1.00/1.00 vMB 311
483,655 483,655 0000000000000000009adb3b597edf893b62f469a3b92f8010c5c982129e41d5 442 0.18/1.00 vMB 209
483,654 483,654 00000000000000000096b1ff6525e2db7400371d36b29ef0cd0443df0f83bbb4 1,466 0.84/1.00 vMB 151
483,653 483,653 000000000000000000e3f06e6b948896bfb50a805ef0bc674a607494bfc0821d 2,102 0.92/1.00 vMB 207
483,652 483,652 000000000000000000ec54139b0c23e118a5ec38010bf91b2bc52af35a579e99 2,407 0.98/1.00 vMB 200
483,651 483,651 000000000000000000dc8a158fbe76f1f63f2a689c1f4943beb70975804ad638 1,172 0.72/1.00 vMB 265
483,650 483,650 0000000000000000000cd5ec825a6291f1dcf026a9911904b020f2b2a758718d 1,294 0.53/1.00 vMB 212
483,649 483,649 0000000000000000007ad70f60d6daf81beee81a5d439c917f822fa812cf088e 1,282 0.55/1.00 vMB 188
483,648 483,648 000000000000000000ece5dc25a0c527fc2674a809e11ff503b072cd6fbea9a4 1,848 0.92/1.00 vMB 114
483,647 483,647 000000000000000000d255d1bf9b1f5f0af7e17604638c24ad0dbc05054947a6 1,743 1.00/1.00 vMB 188
483,646 483,646 0000000000000000009479e024a435f013a2f1c3f5761d221f77ef9008ed8228 103 0.10/1.00 vMB 95
483,645 483,645 00000000000000000080ab80564e741efe9fa7d0a43615ec30352f00bb90d215 267 0.24/1.00 vMB 88
483,644 483,644 00000000000000000103f8518acd755d5fd46572c55dc112d895cdc9a1d6b1f8 1,449 1.00/1.00 vMB 80
483,643 483,643 0000000000000000003fcee26a7b2fac268ab12de5239157128f390cb762ca98 1,988 1.00/1.00 vMB 227
483,642 483,642 000000000000000000b55a9594504f5c12cec6dd88717907c6ab8525c70112dc 1,571 0.81/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.