Loading Tool

Explorer IconExplorer

Memory Pool

45,167 transactions
28.69 vMB
0.12466645 BTC
Random Selection Loading Transactions
Max Size: 151.79/200 MB

Candidate Block

Mining Attempt 032c7bf4d4956ef269fcc8346ca1fbc6728b55a375ce04ca69cee1ed8c102e89
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root be8ee382099cfdf5e6650361cc470c4928d7820b005e15893b2ba022033dbf2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.06999659 BTC
Feerates: 101.65 > 7.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (869,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,839 44,839 00000000135b2f3ab30fc57dd2c8233e495e00a37d2399ea00f9254c225c0f63 1 0.00/1.00 vMB 0
44,838 44,838 00000000287a44323495515e84ab58864c4a601d4011d7dfa501646461ce7503 2 0.00/1.00 vMB 0
44,837 44,837 0000000035c01b9d7e28c62d47ecb0bfcc65cca460bd86e48e50314a278f6b80 1 0.00/1.00 vMB 0
44,836 44,836 0000000016545d45068bdf1b8ff25f87ab910677ec3c34920988c8e0cb5541d3 1 0.00/1.00 vMB 0
44,835 44,835 0000000032cfddd382c63d71f5f6f86058234f9c7d02790e88db016dce0ddef9 1 0.00/1.00 vMB 0
44,834 44,834 0000000019ec103feed5ca1f4a5341fdcdd2019b844bbd2a11d9e49ae44d51cc 1 0.00/1.00 vMB 0
44,833 44,833 000000000824d02e3c207342e1ba23b9c986b69d1ab37eca987f9411e07fe4f6 2 0.00/1.00 vMB 0
44,832 44,832 000000000d8b8021b34a7e5aae910d4dc84b1cd32cdc29fcb6221281f5173fa9 1 0.00/1.00 vMB 0
44,831 44,831 000000000b3284e139f40e42297e5c29222b470f8ed96d36b47b9e3cf38ab5f8 1 0.00/1.00 vMB 0
44,830 44,830 0000000035474a569e4f3d3735d2b8bbe3dec5ebc6f4293651fe102af9d4ce30 1 0.00/1.00 vMB 0
44,829 44,829 00000000012dba5b529140b49fe2b73312a07aefddbef827f0893d879c590886 1 0.00/1.00 vMB 0
44,828 44,828 00000000324a50eccd6f1c6f3ce04c91e4d310847753406d3177f5d2325f7c12 1 0.00/1.00 vMB 0
44,827 44,827 00000000257301190a61ff7c98fb06571a566ecbea18e02612923800a200a36d 1 0.00/1.00 vMB 0
44,826 44,826 000000002f6ce1aac1140987e3b4579aa11345961450cea93eaa08c73bda79b5 1 0.00/1.00 vMB 0
44,825 44,825 000000002bfa5c4be255f23986ecd192f2b22cbdb82cb7863beb5ecc82867118 2 0.00/1.00 vMB 0
44,824 44,824 000000000ae1be81afb1d6197289e83cdf517fafc3567f714300ffaa0bcced5b 1 0.00/1.00 vMB 0
44,823 44,823 00000000019c03149ea55624ebaab9151006ffb86324a47dbe57119758d7d7b0 1 0.00/1.00 vMB 0
44,822 44,822 0000000032ab8949cc5daa9abbf4d0394a1549d77e3a157056c0d20513863acf 1 0.00/1.00 vMB 0
44,821 44,821 0000000009bbf4679f1e52a5a8ad6f438a0493295f7466583275a358a212cfcc 1 0.00/1.00 vMB 0
44,820 44,820 0000000026456a86a859e8238eb8dd9041c6587e50520355e56c61b356fe0a9c 1 0.00/1.00 vMB 0
44,819 44,819 000000003033c01d48b98eb9f894c23dfcfb2ab3096c2725b4ad0fe2109432a4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.