Loading Tool

Explorer IconExplorer

Memory Pool

80,389 transactions
29.63 vMB
0.09259328 BTC
Random Selection Loading Transactions
Max Size: 179.64/200 MB

Candidate Block

Mining Attempt 6e2e1ddba13dccefd5850808a4e9155b94b6296ff6b9748d9cbcd63c0e9aa233
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 5b3dc980d60765e021fdd6b7c5fe6b2540c0ee7529c62cfb1923e45f65f69863
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,209
Size: 1.00 vMB
Total Fees: 0.02984764 BTC
Feerates: 502.67 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (257,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,370 657,370 00000000000000000001d0ebbd4fe16d69efcb46a30785a707b94bf3062f9f08 3,174 1.00/1.00 vMB 57
657,369 657,369 00000000000000000005f0fa55d9d7f63c5560ae4b8f7f7bd8147a6d0fe8bb06 2,462 1.00/1.00 vMB 72
657,368 657,368 0000000000000000000779e2feb05de0068e8bea7e6f9c61485ce436963da712 1,893 1.00/1.00 vMB 104
657,367 657,367 0000000000000000000227ea72b5b7dd49e6320e52dcc5175b476fa2af4b6d2d 2,652 1.00/1.00 vMB 73
657,366 657,366 0000000000000000000a2220d042e30184fa33142504ba19d91858fe0cf4fa07 2,867 1.00/1.00 vMB 66
657,365 657,365 0000000000000000000e40b0d16961b87fe97520f50b4eaf84e8d115bbbe9372 2,894 1.00/1.00 vMB 72
657,364 657,364 00000000000000000008a69ff8544b730761765c3865d3bb1c6d51e7f7ae1c97 2,429 1.00/1.00 vMB 78
657,363 657,363 0000000000000000000eb10143367aa31b133ec21f3e9e0b39c22c759b00f58c 3,090 1.00/1.00 vMB 106
657,362 657,362 000000000000000000092a897db61e425ed16084d100d72cf073814e1aeb50e3 3,149 1.00/1.00 vMB 97
657,361 657,361 0000000000000000000dc2eb635fbe33a4f5975d4d7d78db964b499991a7f57f 2,377 1.00/1.00 vMB 91
657,360 657,360 0000000000000000000615984c19e70c9505b173c343bebd7f2ee6e2d39cef82 677 1.00/1.00 vMB 50
657,359 657,359 00000000000000000005cf223d319a79b3487b98a6c398ee49ed9792ef7bf27f 1,899 1.00/1.00 vMB 63
657,358 657,358 0000000000000000000684be5290b5785802feed77ae0d44b7639fc0768ccc23 2,500 1.00/1.00 vMB 54
657,357 657,357 0000000000000000000a57d0dabb4d939516b4a7356e4568f757a1e67297cf72 2,219 1.00/1.00 vMB 78
657,356 657,356 00000000000000000008a2ba91d97dba86688910f02ba8aaab0197c7b7e65483 2,773 1.00/1.00 vMB 84
657,355 657,355 0000000000000000000eda159d6bf68fd5dde2d0dee05a48c60fff1e1392774d 2,801 1.00/1.00 vMB 100
657,354 657,354 000000000000000000049cf366ee312547cee0cde82e419f9b701c178ae399fb 1,697 1.00/1.00 vMB 7
657,353 657,353 00000000000000000002ca181cb0b45f018ddae539d2ae546c4d2efa2b002829 2,056 1.00/1.00 vMB 11
657,352 657,352 0000000000000000000b575ad12cf123f4eca051e774ed6ed465cce81d94a55c 2,027 1.00/1.00 vMB 29
657,351 657,351 0000000000000000000868b34460fcca5e46729c538648f1204eb153002871b5 2,311 1.00/1.00 vMB 8
657,350 657,350 00000000000000000007c73e39477569d6ceca8e51dd838140f5131f5422c83f 2,110 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.