Loading Tool

Explorer IconExplorer

Memory Pool

46,544 transactions
18.56 vMB
0.21219520 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 105.88/200 MB

Candidate Block

Mining Attempt ef15550bb14045639ddd28aded977cd6c820203a4e8267f291e8ba1bec9bb888
Version 20000000
Previous Block 00000000000000000000671ff6b339081082d002a416bd8794e80cf77767e428
Merkle Root 42a795e40c8b92ec54eba37e47399a93533cba75276af6b0e90946ebb441b086
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.06934210 BTC
Median Feerate: 5.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,316 (700,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,800 212,800 00000000000001d77fd36f7400573ef548e179b12f60ee12a0b345e0e4950e85 65 0.04 vMB 79
212,799 212,799 00000000000002eec2e43294d46db95ec074a305e430479c37df37ef0daaf2d0 514 0.24 vMB 189
212,798 212,798 00000000000000028e534fefb282150c5c7edbd4461a0398c8fada9047530d78 172 0.09 vMB 151
212,797 212,797 000000000000005d094c785c55fe6507702a0b21fbc97f49345ee67ce9554c66 247 0.13 vMB 178
212,796 212,796 000000000000031464b3c21bbd54768e61222868b8d3b627adf1354318782cc4 483 0.18 vMB 233
212,795 212,795 000000000000025424ab24d7e62fe29e2e44b23a88e887ce7b7a1fa63bdb6428 164 0.09 vMB 152
212,794 212,794 00000000000003e3cf5d0d33eb0a2bd13dcec7873c54d10f9d216df6c083b500 136 0.08 vMB 133
212,793 212,793 0000000000000490b8d056ec8c7b45884da01dfb1f01b3c73f1549d1e7862a84 565 0.23 vMB 213
212,792 212,792 000000000000014b5904476be1fbeac928d860e4784db7473fc817b3c4bcff43 613 0.30 vMB 291
212,791 212,791 000000000000039ce32a9b18b1c676f14658ee02ae15dd5791f8604ae2d31968 155 0.06 vMB 377
212,790 212,790 000000000000015e6bce6fd8d39303c94a43b6b9de5459ed58efbf18e5ade8b7 74 0.03 vMB 182
212,789 212,789 000000000000005534d1bb2358dcdc7c9d98c62b1b388dd4af99d4f7dba8d44d 126 0.25 vMB 80
212,788 212,788 000000000000028d55385fb4b2d73046561cb3316f2b92f0ba262f586d742ef1 407 0.19 vMB 172
212,787 212,787 0000000000000399ab907f0cc298dc03e8c8ad392aa29f3fae9284ce34d60501 438 0.25 vMB 153
212,786 212,786 00000000000001368b25cf55b7060eb5ca5bcd80f12a832a540aa786a8acd1a6 776 0.25 vMB 242
212,785 212,785 00000000000002435f20fb05742afa1e9defdbf4d93bda89018e7f532299abf1 205 0.10 vMB 143
212,784 212,784 000000000000040922c830bae82aac73edfc670b65016f87f852181e909ad1fc 419 0.19 vMB 186
212,783 212,783 00000000000002d714e5920c457afb0342266692021c1e4fdabf79d01ca390cc 641 0.24 vMB 210
212,782 212,782 00000000000001cc405eeb4d90f991dabe54fd1388b631b51adbbbeddcd5868e 71 0.04 vMB 136
212,781 212,781 00000000000001ceaa00eab8ab2d4489b317038a8dafd4eac276f552e226f5bf 523 0.21 vMB 199
212,780 212,780 000000000000012741900f87f05628e932ff70a60f06979a7b576fd1a9ff4beb 137 0.05 vMB 194
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 98.49 GB
    • Received: 0.44 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.