Loading Tool

Explorer IconExplorer

Memory Pool

79,334 transactions
29.27 vMB
0.10499266 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt e5ca4b18f804ba00aee47bba6d978dd0070f58f25cd41faa2aefc5805e57c82c
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 55646524a7eb26b02bdac7ed78919c82cd5d7ce6cb7ac39063ab6a336d0dbe37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.04356567 BTC
Feerates: 137.15 > 4.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (491,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,587 423,587 000000000000000001e39ee57d938910085cd1e84d17b736fc35bd5fb01dc121 2,061 1.00/1.00 vMB 70
423,586 423,586 0000000000000000002dc7ce0acd23a5f9111834704824b7174601e781981230 1,941 1.00/1.00 vMB 50
423,585 423,585 0000000000000000001a306a587cdeefee0c7466e49ec6873be3a0b793de1d97 3,132 1.00/1.00 vMB 67
423,584 423,584 00000000000000000337197bfe4d97fadac3d47797ae3a2b232f17fbc9c70c22 2,136 0.99/1.00 vMB 77
423,583 423,583 0000000000000000022d64d7b7e7f32768b98bb08c5f4671b6de3c2f44659dad 2,311 1.00/1.00 vMB 70
423,582 423,582 000000000000000000a16c939c94e3f004836418b6146a72cb7795909c43605a 1,217 1.00/1.00 vMB 72
423,581 423,581 00000000000000000166b1f77bca658e08c7341f0337928af1d38f22be78e438 1,234 1.00/1.00 vMB 83
423,580 423,580 000000000000000001997b65db2243144e75f849a9b7e5c4c2ea2383afc281de 701 1.00/1.00 vMB 77
423,579 423,579 0000000000000000039f91f7dcd9643d89faedc5a89145f57256d723d23dc29a 1,839 1.00/1.00 vMB 51
423,578 423,578 000000000000000001afd3e04c645adfca5e0ec9c817ba4b5d00841a7a348cb5 1,351 1.00/1.00 vMB 65
423,577 423,577 0000000000000000047c31e8ce7528c152c0a05554b9070b5f98085b13a095a8 680 0.25/1.00 vMB 127
423,576 423,576 000000000000000002ff96101dd3411c79a67b146aa026bfaddcf80c21295813 1,980 1.00/1.00 vMB 54
423,575 423,575 000000000000000002ccaf699cfefe39d2b49754c53d38af0f06d98837e67916 2,313 1.00/1.00 vMB 50
423,574 423,574 000000000000000000a45624047cfb24d80db48277d072725c1b136e5c48df00 2,529 1.00/1.00 vMB 85
423,573 423,573 000000000000000004a8fdb2df1a22065296729d48f54c1b306ba0ceb4a47fd8 2,704 1.00/1.00 vMB 76
423,572 423,572 0000000000000000019b653562ee66f4f34633e71a2738f05ec53ed5c37ad296 164 0.99/1.00 vMB 3
423,571 423,571 000000000000000003bf36ce15d4791e95026b87ec945d14b09b6ac5b25e0aff 84 1.00/1.00 vMB 5
423,570 423,570 000000000000000004c4ea0004df513c5e2e57a8636bf767c3782327eea7883c 2,126 0.99/1.00 vMB 60
423,569 423,569 0000000000000000044044f4beb1f7a86eaca2be599ffde7f004d7fe1542e2aa 1,485 0.95/1.00 vMB 40
423,568 423,568 000000000000000002d140e959fab16866df938095dee53ba0dd31fd611a6a7e 2,024 0.96/1.00 vMB 50
423,567 423,567 0000000000000000032ea71d1bea29b7c09a68b68152469f7ac6fa87e0c76d4d 1,704 0.75/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.