Loading Tool

Explorer IconExplorer

Memory Pool

72,467 transactions
28.04 vMB
0.06820450 BTC
Random Selection Loading Transactions
Max Size: 166.01/200 MB

Candidate Block

Mining Attempt 70c02d42f40c6416672eb624fa6e425a1f9e52fcbfe4126395ce64b58b951c40
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 616b3417d4f469548a1202d3f0c31caa686d00f7027e3634a0595392fe5eb12b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,633
Size: 1.00 vMB
Total Fees: 0.01221884 BTC
Feerates: 157.46 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (365,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,373 549,373 000000000000000000205505f661feaa45ca0a9dd98876ce28c102fe6180ce0a 2,894 1.00/1.00 vMB 31
549,372 549,372 0000000000000000001cd4343b48d8523f2b9234c41fc48d4cf847dbce078f52 2,763 1.00/1.00 vMB 8
549,371 549,371 000000000000000000173077e01c2819cd670bf49b7cd71cad4b4ccc97368a93 3,022 1.00/1.00 vMB 35
549,370 549,370 000000000000000000267eb52a96d30deb891bb236241c7187f39c7c565fdf58 2,392 1.00/1.00 vMB 22
549,369 549,369 0000000000000000001d037b9e07a1ec89b954cc1a9e8900087b00bdb545a8dc 2,580 1.00/1.00 vMB 9
549,368 549,368 0000000000000000000626268506d835d2e9811db421fc95e2caf41b4144046f 2,445 1.00/1.00 vMB 17
549,367 549,367 00000000000000000022c505b3ecc33ef19249740c5fbfc151eb4b42f647fcfc 2,813 1.00/1.00 vMB 36
549,366 549,366 0000000000000000000fbcdc5ef66becefe03cef14f2e69d98607b2edea4322e 2,476 1.00/1.00 vMB 28
549,365 549,365 0000000000000000001a75a93cbc1d9df1f82d7aa10157d2e60ccc5f2529cd36 1,933 1.00/1.00 vMB 14
549,364 549,364 0000000000000000002683b4fa6487955ddb0439357561c02ff9c7c2a3f16c29 2,115 1.00/1.00 vMB 10
549,363 549,363 0000000000000000000a75d6f0f925dd50380b9cf51d41abd4dcb3b9e3fa4f3f 1,620 1.00/1.00 vMB 14
549,362 549,362 0000000000000000000484cd85d4ed44ab2b2570d4324b28515278a0c8cb300e 2,027 1.00/1.00 vMB 14
549,361 549,361 00000000000000000020b281e42cb2533a65235ae104904549a44d3cf80ad9d0 2,627 1.00/1.00 vMB 21
549,360 549,360 000000000000000000039acfda7d06d66352e40ae87f5cb832158a64931c6e5c 1,765 1.00/1.00 vMB 28
549,359 549,359 000000000000000000087db25eaf8f6d6ec20d42fd7ff558cfd5a704d5fc8f8e 1,482 1.00/1.00 vMB 11
549,358 549,358 000000000000000000215537e5be6846daee25618c0e285d5dec462b3d1cd7d4 2,050 1.00/1.00 vMB 25
549,357 549,357 0000000000000000001357675e5d81e0f8c843ed1262b94312e9aab568fc0357 2,002 1.00/1.00 vMB 12
549,356 549,356 0000000000000000000023698a1bfd02a221ed2bcc832c9ee2a4fc50e16384db 1,722 1.00/1.00 vMB 16
549,355 549,355 00000000000000000023fc8fd8721bc6fd0fff676fdfc340544594f67ec8463d 2,565 1.00/1.00 vMB 46
549,354 549,354 0000000000000000001d9f332f2fc8c1e1f7667b2255ba28ed804dd1b6002fa4 2,052 1.00/1.00 vMB 17
549,353 549,353 000000000000000000258f9bc0306ef9d853d4a0b7b178c6238da780e7b3d651 926 0.42/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.