Loading Tool

Explorer IconExplorer

Memory Pool

79,891 transactions
29.50 vMB
0.09382378 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt 378c6940400bf10e6ea38e50357f63adcb3fc1a5bcf4151ff8ff2a036fe0c419
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2a0830c65c70399305976650b6d739b6126af052a6b70fdeaf8bd1dd721233d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,092
Size: 1.00 vMB
Total Fees: 0.03101813 BTC
Feerates: 178.73 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (440,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,439 474,439 000000000000000000b3e440a84a614f782ae705de25c1623b2efeb9381aff22 2,191 1.00/1.00 vMB 247
474,438 474,438 000000000000000000590ba4d106861f702728b61b4953125193b57a71c93277 2,338 1.00/1.00 vMB 252
474,437 474,437 00000000000000000109825d635532d96d5acb181c76b68b78c278d8f4a40a4d 2,055 1.00/1.00 vMB 111
474,436 474,436 0000000000000000003b5815848a71520beb84fd862d090dc5b5126d878ffe88 2,452 1.00/1.00 vMB 113
474,435 474,435 0000000000000000017b36542f8fd02cdb11a71c13ec72041b2b52136f05ad61 2,266 1.00/1.00 vMB 236
474,434 474,434 00000000000000000142291d7abde4c757255b6af5308442daa9592137040539 1,465 1.00/1.00 vMB 156
474,433 474,433 00000000000000000163bc2a030983c43870ffafb28aff985d61db0ba8b5b3b2 1,814 1.00/1.00 vMB 207
474,432 474,432 0000000000000000015277bb694d5b000993d4a41207cbf94764f3665f84ac5f 2,182 1.00/1.00 vMB 304
474,431 474,431 0000000000000000015d11c72cb29583213c8b8c9b31838bc139b6f480a7f7ed 1,676 1.00/1.00 vMB 378
474,430 474,430 0000000000000000013527e8578ee9b022a7183269b5dbd237a44effac7009f4 1,700 1.00/1.00 vMB 245
474,429 474,429 000000000000000000097d9b603b3976b1e46e6c82f5fbdc8c72f8c84bba296e 1,493 1.00/1.00 vMB 86
474,428 474,428 00000000000000000125bfbba2ae6cd32bf98fa89c83e84d1182a681fe8b1498 1,634 1.00/1.00 vMB 205
474,427 474,427 000000000000000000ebef2dcefd250b457f8b9adc89aa74e3e5d99b8bc99d28 2,340 1.00/1.00 vMB 312
474,426 474,426 000000000000000001724e7d8f1a365f4c24d7fe4761dc0d5d360b4fa2e1a2ca 785 0.99/1.00 vMB 69
474,425 474,425 00000000000000000149b8fb9450ea92c6c52708decffe6eddac27580b8a8e94 327 1.00/1.00 vMB 43
474,424 474,424 0000000000000000010a66b099b42314575aa0d641c75f02602fbb00d388f570 131 0.99/1.00 vMB 31
474,423 474,423 000000000000000000cf4fbc9ae5fb36d4a84797397e73d98a548b356ea1e2c2 551 1.00/1.00 vMB 54
474,422 474,422 000000000000000000b8123a0e836a125a1004325acc7e993ba7eb903c86c8d5 1,334 1.00/1.00 vMB 116
474,421 474,421 0000000000000000009d05452acb8a474aa4deb4fff9de82d92e80a97c630d82 575 1.00/1.00 vMB 62
474,420 474,420 00000000000000000144d3fe585eceef015772afa01960bc7fcc42f9efd1e218 1,372 1.00/1.00 vMB 152
474,419 474,419 00000000000000000021e2e521197a9ad5b5434466273c9adeed630a6d2e43b9 550 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.68 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: 681.15 GB
    • Received: 16.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.