Loading Tool

Explorer IconExplorer

Memory Pool

21,270 transactions
9.35 vMB
0.04244709 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.27/200 MB

Candidate Block

Mining Attempt d88e341cb619add7d21703fe1cddf717e63f8441e97ef8595fba242c87f80ed0
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root ef2be33402c14ed694bcff79f8e5c78bbea767df679288bc372b6ea0974e4c2d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.02052440 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (905,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,978 7,978 00000000a7d9641747cef5e2cd084a5298f5997f5a30cbf1bda142efcf789c42 1 0.00 vMB 0
7,977 7,977 00000000229d2373f7b69198cb09cd32f4ccfa81076d5f36d630b10962217823 1 0.00 vMB 0
7,976 7,976 000000007d8eb6a31643d9e47f437b2a777b5696508fa78f8781ae656c06dc2b 1 0.00 vMB 0
7,975 7,975 00000000d9c0e9269ed8bdcb6e29e73dd26fa5c38773f6a9d294734687cef0c3 1 0.00 vMB 0
7,974 7,974 00000000cf24dec9975c7bac7a1ca87a8fb5ebc0399c884b8586e71947f76a71 1 0.00 vMB 0
7,973 7,973 00000000697c9c23663f76d60e6d777ce26011ba3539b34963a34a320aedc58d 1 0.00 vMB 0
7,972 7,972 00000000c098f9ff9bd14d9edb3c1ba38024a3a1a0c89a50570ba45c70128fa6 1 0.00 vMB 0
7,971 7,971 000000003be532452e00cd5820a7597f3b86a0707174d5fe8ab10198006d3240 1 0.00 vMB 0
7,970 7,970 000000001e91f3ce43e11e87e7764f442b617d502b8526f5ffe3bb6a573f68f9 1 0.00 vMB 0
7,969 7,969 00000000ff6a75efa096d7040538a5944eb0ef351b01f6a8871d92de5a9a1dc4 1 0.00 vMB 0
7,968 7,968 00000000ef518f0c1cfa351a02ad267f83a1165d959ce1d757b138e1cfea4f0f 1 0.00 vMB 0
7,967 7,967 00000000b27e51b65247e5d4f0fc2922209298dec199e2d6ad8eda9910c2e756 1 0.00 vMB 0
7,966 7,966 0000000059fd909513a8ca388de12b87c04665d1f131f8d9d243eb50441696a3 1 0.00 vMB 0
7,965 7,965 00000000d00e97619f499e6f19ac3129774332d2c2212eb2ef38dbef39db0018 1 0.00 vMB 0
7,964 7,964 00000000e349ca8c0468946dc7d742a4ae1697a6d2cfd27c60c14efacc9932cb 1 0.00 vMB 0
7,963 7,963 00000000fef95465d28938fbc6ef34029bc5e049a7b45344b5705c3790c645ff 1 0.00 vMB 0
7,962 7,962 000000008432f21f1398605e436c569476f4c9bdde39b21d215c035a5ae9cb19 1 0.00 vMB 0
7,961 7,961 0000000006872ad3e21335c558d58629ad64dec3c81e61b6076f03ad15e5b68e 1 0.00 vMB 0
7,960 7,960 0000000084fd837d4a4b63bf5881624ba7d940a5708ed957a8d09d1ac4c4f344 1 0.00 vMB 0
7,959 7,959 000000000e8b374bf0431c12e88277498439247081dba19d5ee183fd8e833f8a 1 0.00 vMB 0
7,958 7,958 00000000650ad0f1f060426ec82b72ac3e8c58ccb7a37f3e52e1e06cff6d8c83 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.57 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: 278.07 GB
    • Received: 1.09 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.