Loading Tool

Explorer IconExplorer

Memory Pool

36,040 transactions
26.10 vMB
0.06687813 BTC
Random Selection Loading Transactions
Max Size: 132.95/200 MB

Candidate Block

Mining Attempt 8b838453f8942bcde23a50380f4fd8baa7679a9eb67b79c9d6a15e19fb7b195a
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 965db9e0a644b7fc3fe4a6c1adb30a0558498afe6a7003d284cce3b17983c2fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.01873891 BTC
Feerates: 165.59 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (519,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,975 394,975 0000000000000000004e0a1d9e70e67bac9d2c1bd2fec73261bbe087a2506fcb 1,237 0.99/1.00 vMB 28
394,974 394,974 000000000000000002be32c424743af4e3429afcdbd09094e081b3abc0cd81ef 239 0.15/1.00 vMB 34
394,973 394,973 000000000000000004cf660ce1aa6f6b5bbb7d8a2659ba244ce386033a40a99b 976 0.71/1.00 vMB 25
394,972 394,972 0000000000000000062f0f8c4162704f9e7b8f61490b7b0cd84cd5c38436f5ee 1,898 0.95/1.00 vMB 49
394,971 394,971 00000000000000000866ce0f08fe7a3ee6210b4431e0447e7b16d6ffc18a2333 1,170 0.93/1.00 vMB 27
394,970 394,970 00000000000000000762ef53be0b5aab0386157691eaaf08fda2c27269f806c8 2,276 0.99/1.00 vMB 40
394,969 394,969 000000000000000008b6357b6121e68756104f4d2170f51928a978a322d70389 2,583 0.99/1.00 vMB 59
394,968 394,968 00000000000000000193e05be694cb2a749ef8a5bda449f631d9992d761c350a 2,004 1.00/1.00 vMB 40
394,967 394,967 0000000000000000001cb682ae7fb23657dc6d7f966fa3d37bf53298c7443188 1 0.00/1.00 vMB 0
394,966 394,966 0000000000000000095de05d9ff2d91f3dd408543e2fe5569b2bf8a0d8d9a6e6 797 0.84/1.00 vMB 20
394,965 394,965 0000000000000000059e365447e78eb58200a74f2916a466731a7cbe730e5c51 1,847 1.00/1.00 vMB 33
394,964 394,964 000000000000000006cd5baafcde1588bbf46d65b36b917deeed5be2df4f5e96 2,179 0.75/1.00 vMB 61
394,963 394,963 00000000000000000930f63a62cbe887acb5c39902316d4531720c627fd4d42a 2,114 0.93/1.00 vMB 44
394,962 394,962 0000000000000000029a20fcf2f137eb0f20fcda42e5dc919f2db8044ada2517 2,107 0.95/1.00 vMB 38
394,961 394,961 00000000000000000707e6cfef5776968e8df614befa064b707e8a3332d5cd5d 2,609 0.95/1.00 vMB 56
394,960 394,960 000000000000000003d59b9e5dca4bd2e636f9181f5ccdab36304243ef613e88 1,850 0.92/1.00 vMB 39
394,959 394,959 000000000000000007c609f2dfa7d32d3fa86be02dfdb0b722aa5997de7ea04b 332 0.21/1.00 vMB 27
394,958 394,958 0000000000000000036d970af69180b093a2796266ced41ac0254cac944c50d3 1 0.00/1.00 vMB 0
394,957 394,957 00000000000000000482640b6f60a0b963834d16b6c2396d41cab073c811fae2 492 0.23/1.00 vMB 42
394,956 394,956 0000000000000000011370a1c3bc79e4d33b95b10f140e3eb0ba946829fa8bf1 636 0.43/1.00 vMB 28
394,955 394,955 0000000000000000069cfb2ec766d9da9e525bd986ae685b841142ddaf2a979b 1,154 0.61/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 638.24 GB
    • Received: 12.47 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.