Loading Tool

Explorer IconExplorer

Memory Pool

80,086 transactions
29.69 vMB
0.07187226 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt 05d8518b39c0fa05e1fc3e2e809dae3fa497b1fe0cef2e68070f2d1f0e9e2c1a
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58a42bf2dadeabcf8ebcd7117a68cf3fe58e5763eb8dfac54affc677201f2aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01146796 BTC
Feerates: 147.04 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (334,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,541 580,541 0000000000000000000e6338b68495bb0711ba5d8fa3ef4b591446c48c9c76b0 2,994 1.00/1.00 vMB 125
580,540 580,540 0000000000000000000cb54c279b61ad13e7447606a1fe6fdea2edfc8f7b239c 2,626 1.00/1.00 vMB 92
580,539 580,539 000000000000000000251e96129d32d3e0bef6eb74273474729d6e333c71e4bc 1,478 1.00/1.00 vMB 58
580,538 580,538 00000000000000000021db947d90ea6257422219591c39936686db4ccf8e75a2 2,623 1.00/1.00 vMB 79
580,537 580,537 0000000000000000000b63e9a56ce962d0e5f123649655d964254386406d7b80 2,479 1.00/1.00 vMB 93
580,536 580,536 000000000000000000153af0ce05ef1096da0f26df2174b0833e0232ba52effb 2,784 1.00/1.00 vMB 102
580,535 580,535 000000000000000000058313049c1a21404efec264cf3238e65d751fbc608e83 2,633 1.00/1.00 vMB 90
580,534 580,534 00000000000000000007a06b277e9feb6bb31c0d6f1aec3cc6d7052021f5a54d 1,499 1.00/1.00 vMB 67
580,533 580,533 0000000000000000000dacee519b348af8bc09559b84a1ecda66dd59f949c126 2,241 1.00/1.00 vMB 77
580,532 580,532 000000000000000000248c99317dcf7fd13f14edc590f387f97ddaf856ea5684 2,889 1.00/1.00 vMB 94
580,531 580,531 00000000000000000021b94314988fa7c6baa6b237cd668af1c70a3784751d44 2,398 1.00/1.00 vMB 94
580,530 580,530 0000000000000000001b5a96859bcf51c4493467babfadd0413eb35a32c49dec 2,094 1.00/1.00 vMB 96
580,529 580,529 000000000000000000101ea5b942aa88912581da858e03d36ee872ddc5c6d756 1,604 1.00/1.00 vMB 120
580,528 580,528 0000000000000000001454bd60eb5d930abc4691a4ece2a74bda3cbc61dbfe93 2,004 1.00/1.00 vMB 101
580,527 580,527 0000000000000000000f9fb62bd02cf88088bcd797d8e6c0fe606cc1ae3d5c62 2,344 1.00/1.00 vMB 38
580,526 580,526 0000000000000000000b576bf5896bf6f26ce8827fccd8d0e8fe06e60efba4e3 2,361 1.00/1.00 vMB 94
580,525 580,525 000000000000000000118f48301bbde1f316f2eaae9cc53f571edeaf9f79bc0a 2,572 1.00/1.00 vMB 74
580,524 580,524 0000000000000000000114e24a99cd24cce960eaac4a58112c7a35a6451bdf3c 2,996 1.00/1.00 vMB 105
580,523 580,523 00000000000000000021fb9120886301c1f012fedd12ecd89a937086760d6fc5 2,562 1.00/1.00 vMB 39
580,522 580,522 0000000000000000000eceb226fd79243d59452c08b39a318cc867a9c5d47c94 2,581 1.00/1.00 vMB 35
580,521 580,521 00000000000000000004b12ab21bbec7dbfaed6900ba08be555c90fa7072e2f2 2,748 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.36 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: 662.83 GB
    • Received: 14.88 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.