Loading Tool

Explorer IconExplorer

Memory Pool

87,745 transactions
24.04 vMB
0.08142190 BTC
Random Selection Loading Transactions
Max Size: 162.20/200 MB

Candidate Block

Mining Attempt 1a75617567fcb6f8c0adbdad92820542bbc005d829b12907e631bffbe9721608
Version 20000000
Previous Block 0000000000000000000128d216bf5d6ca95d8b10158fe58f673a2937b6e19a2c
Merkle Root 2d745e83c1e41c82c998c3ea7b5e1e4e918f096fe743010f73fdc24802e45bbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.02691117 BTC
Feerates: 150.93 > 2.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,881 (834,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,502 81,502 00000000000a581fd469ced6f7813e3484bbd086c6c7edd80a9d40794e4a3fa8 11 0.00/1.00 vMB 0
81,501 81,501 00000000003997afe8d491c5ad13f9d8c11097857f0e4b612b464d22573b9b15 1 0.00/1.00 vMB 0
81,500 81,500 000000000040ac4077b501c30877a484864a1d85f530f8b5cbba427700fa8a5a 2 0.00/1.00 vMB 0
81,499 81,499 000000000038a5835a78359950c5947f95528597b3e8171c01d1a7c38bd240c9 1 0.00/1.00 vMB 0
81,498 81,498 00000000003ed9a3b694df6e0ce9b886d39f623b5036f1ec5d004e9b292731e3 1 0.00/1.00 vMB 0
81,497 81,497 000000000039a7d3218701d875590499f84c5ae96ea2b6c3b1670037e3f5eb43 2 0.00/1.00 vMB 0
81,496 81,496 000000000018b40807650b4fd34e2739d8066178ebe43549e61f62fd5d17221e 2 0.00/1.00 vMB 0
81,495 81,495 000000000036818216c25c30dfe545f2c0611e8625d66fed0ccd97131751fdd3 10 0.00/1.00 vMB 0
81,494 81,494 0000000000447ec122ec6433c28e7d02cda7d27d99a3e1046fa40720fe99c1d8 1 0.00/1.00 vMB 0
81,493 81,493 000000000033abeaa5fe2e666657b1727d2c4357c14ba050ba33d26df8f652ea 2 0.00/1.00 vMB 0
81,492 81,492 000000000027b11c9ecb44fb40e588aa4de4b5bceb59c9e0a2d28dc81d06bee7 3 0.00/1.00 vMB 0
81,491 81,491 0000000000298929dab7af9ca47f5cd03873b232d06a599b03c459d4f1ab6b48 1 0.00/1.00 vMB 0
81,490 81,490 00000000004391fd4a2c93dafaa2a28ff72d097320d3563ad339a8f055de5885 1 0.00/1.00 vMB 0
81,489 81,489 00000000003c5531c9f50af8c6a2969b6bd84734656886aa2020927431ef9b86 3 0.00/1.00 vMB 0
81,488 81,488 000000000040cbbee090c586d536e0e6b7b152d2e513f93c71f38fa0ca23084e 4 0.00/1.00 vMB 0
81,487 81,487 00000000003b5a21c662f14dbc494267ae7c41e6f4abbf2a76cd9ab4bc6fe184 3 0.00/1.00 vMB 0
81,486 81,486 00000000000ee67352c4897fb841d39538ccba69d37803cd41772f171ee5757e 3 0.00/1.00 vMB 0
81,485 81,485 000000000019fb1fd8a5fa43e98c3f7eb709b04ba6caa4c742db0004f781b1a0 1 0.00/1.00 vMB 0
81,484 81,484 0000000000144174373083fd1259a9f3585298987f8ae039f2da3e7c961d2df8 2 0.01/1.00 vMB 0
81,483 81,483 000000000033f206effd9959419f6c24f11b444aa766adc9175dc10ee666441f 5 0.00/1.00 vMB 0
81,482 81,482 00000000002eb7ee0fe87ee38f0e1bf71fc90d0c429014829758751ce92a97c6 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.90 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: 796.03 GB
    • Received: 22.19 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.