Loading Tool

Explorer IconExplorer

Memory Pool

46,403 transactions
18.52 vMB
0.20983964 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.66/200 MB

Candidate Block

Mining Attempt 64d76435eac5f5007cc4ccfc0e8fc4447e14900abd45708b702a42da115be4f2
Version 20000000
Previous Block 00000000000000000000671ff6b339081082d002a416bd8794e80cf77767e428
Merkle Root 951440850aa83ce7c5eafa1484b26e7573b2eeff27238de8295eea51b1b18fbc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.06827536 BTC
Median Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,316 (700,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,815 212,815 0000000000000195af5cdb529b546c8666c6f8dd9bce6082a1fdc40fdd477061 53 0.02 vMB 198
212,814 212,814 00000000000004a451532c02f3bf624147c7bd92e6e2a7387179990daff259a8 69 0.04 vMB 192
212,813 212,813 00000000000000b9ce77aa77ac15b14e88a3d1a57a562a75f0695b67ce19f624 51 0.02 vMB 181
212,812 212,812 00000000000002af79aabf0dd56fe259a21feef3776e992af9cf47f07bdece70 327 0.12 vMB 200
212,811 212,811 000000000000047c11aef462f32b99e769ec8bdb3e4d185794e4162dc965dcc4 256 0.10 vMB 232
212,810 212,810 0000000000000000cec2b3a349057e988ea5d15e580386ce03465c64bd21ad0b 65 0.02 vMB 122
212,809 212,809 00000000000004c32d61061764ff66ce42ab6e301f4cb30b5c34928b9cdd265e 372 0.15 vMB 180
212,808 212,808 00000000000001c2b58a5e630d5f7b9f1fee3ef68b2308d3f2ff66ce8fc7b3ba 46 0.03 vMB 134
212,807 212,807 000000000000021ac05e8f9b80257550c16074b7fa22d9c977cb4b95a57fcd1b 126 0.04 vMB 100
212,806 212,806 000000000000031d388434718973d7f5261888fc6f1884baba34164f4911bd66 631 0.24 vMB 150
212,805 212,805 000000000000007e77b7f0aa32cf97f89ceeb5f77daf0ce1f51b35202a334b0d 488 0.26 vMB 219
212,804 212,804 000000000000043633dfd92c617912259ea366645f8e0d807cc95cfc08ea2401 26 0.01 vMB 215
212,803 212,803 00000000000001e231ba252c5865f1434888e27b11b102674868e4a816677cb6 109 0.06 vMB 163
212,802 212,802 00000000000000a71328e97bf67f28071275139ce00506cf2f198dba5bfcc38f 82 0.03 vMB 189
212,801 212,801 000000000000006c9e905c80bb6b8289e18a5a830d55a09a7a2f24e91b448480 256 0.12 vMB 106
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
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: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 98.37 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.