Loading Tool

Explorer IconExplorer

Memory Pool

74,919 transactions
27.64 vMB
0.07446471 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt 6f5f360a1c9f2cf7422e0ba5401f7b6e155899b123db717165eaba5b015179da
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 84f767b70cf937728f594129a31bf3f65c2705060d5191c8e45f48ed2527c2d6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,258
Size: 1.00 vMB
Total Fees: 0.01544956 BTC
Feerates: 100.35 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (308,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,429 606,429 000000000000000000112b55f878fd74216c7586f63df45d8915a19b4741e2bd 590 0.18/1.00 vMB 19
606,428 606,428 000000000000000000098c62b7cb0a4c56480d5e031402953eaf3ea42bfaed43 872 0.35/1.00 vMB 19
606,427 606,427 0000000000000000000c0d5d78e6f09a419482c573c9d083ca8db1a0923a17d2 1,223 0.39/1.00 vMB 17
606,426 606,426 00000000000000000013ad15f2919a498aeb3f0176cf9459780a90b1bfbcb8bb 1,276 0.44/1.00 vMB 21
606,425 606,425 00000000000000000002f2a8c734c55020be504a4b3c8ee5c302e02f4421709c 1,228 0.38/1.00 vMB 17
606,424 606,424 00000000000000000009463aef2c836d9c524bb2445064cf0a340f41115659e8 307 0.11/1.00 vMB 21
606,423 606,423 0000000000000000000c317cb4e681390b9c7f982091afac012e81c46e02acd3 1,376 0.52/1.00 vMB 17
606,422 606,422 00000000000000000009e787d2a4574bce7b0b4e6dab629d3e4c86dafe9de257 2,124 0.70/1.00 vMB 13
606,421 606,421 0000000000000000000b0e280596857e004dc332cae121f077e8d8a449992f5c 2,548 1.00/1.00 vMB 6
606,420 606,420 00000000000000000014ff5c24c30d01f2f33ed6118eb3833f663b91723b223d 3,000 1.00/1.00 vMB 29
606,419 606,419 00000000000000000008bef649c9a56fcfbe00645303b6b192a15112ac12aa36 3,113 1.00/1.00 vMB 29
606,418 606,418 0000000000000000000482c7f7a9f2260f297649a739f5db511fb989db2d2105 3,265 1.00/1.00 vMB 35
606,417 606,417 00000000000000000008d3d6a0f93121fe69a63dd046b5eb4a4c51af4b0e977c 2,435 0.80/1.00 vMB 24
606,416 606,416 00000000000000000003e27820f9ee0d25cb7eeaaef05a285064ca328a461043 1,433 0.46/1.00 vMB 19
606,415 606,415 0000000000000000001532ee434f3c3ff64ccbb11d983bdf77269ffec16b0d94 1,683 0.55/1.00 vMB 18
606,414 606,414 00000000000000000012453219c2154e03d53160380a7b5fc7c0777444c31365 1,255 0.41/1.00 vMB 2
606,413 606,413 0000000000000000000e356179381742e61527e2564b0505fcabe669f02b82ba 2,901 1.00/1.00 vMB 15
606,412 606,412 000000000000000000013fcbcb176d3aae7946d483cc31b35cbf1f433ffdff1a 3,096 1.00/1.00 vMB 42
606,411 606,411 0000000000000000000e6a88172e3bfcebdc5275842b8d9c684621b5092ba552 994 0.38/1.00 vMB 2
606,410 606,410 0000000000000000000cb7bd142a9728b5965f406621129a65576ffaa94fddfe 2,656 1.00/1.00 vMB 18
606,409 606,409 00000000000000000010493528a2c31f94eb8439cad19fa21e1f1a64b483bdc3 2,560 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.