Loading Tool

Explorer IconExplorer

Memory Pool

77,291 transactions
29.06 vMB
0.09992733 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt 7a690123115f88d39c9afc7682d1d936c80cb24e97d7faa7261bd4a0ac188dbb
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root bbb0bad59aecdb85920ffa32f3fd4350f0d23d36069f5bd78a70414dea89e09a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,398
Size: 1.00 vMB
Total Fees: 0.02641952 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (906,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,662 8,662 00000000bcf48730b0a0fc4b1fb6cba5b6ee87fcf583b96f11bec70e25c0f9cc 1 0.00/1.00 vMB 0
8,661 8,661 000000009cab60c85f4a391a5854bcf53ea52cb47d1e3173d190ebb9029a2f19 1 0.00/1.00 vMB 0
8,660 8,660 000000008f7e87c8897a365abbcaf5936bf4d7b5ab434794644de3d32a5666aa 1 0.00/1.00 vMB 0
8,659 8,659 00000000f027fe41b775800b11935115fe4889a786e83c19654e459e6b8446d1 1 0.00/1.00 vMB 0
8,658 8,658 00000000310584baf587dfd0c615c3301d8a065a81bb1097d14e65098a985760 1 0.00/1.00 vMB 0
8,657 8,657 00000000b3d0e74a3b0ae2884470820910ee4109601cdb372c80a635958ee883 1 0.00/1.00 vMB 0
8,656 8,656 00000000e135705408a52b677d6bf64555dd605338c6e15e61bec0685c6c59e9 1 0.00/1.00 vMB 0
8,655 8,655 0000000019351928bfd8bcb76287ef80e8a5b3571ef5db9b76fc28bc3b27e9ba 1 0.00/1.00 vMB 0
8,654 8,654 00000000fd2887deb85e1410acf3043e2079638c17083c179beb96dcde6ee013 1 0.00/1.00 vMB 0
8,653 8,653 00000000fb39895963d4284cf0f59e0ada8ffc2d05e81297966d4b13fdff4fc1 1 0.00/1.00 vMB 0
8,652 8,652 000000005be793d6abe489bbc81103a5fd676d6fbb484d9b51cfb37a59fe6f13 1 0.00/1.00 vMB 0
8,651 8,651 000000007b9530183fd2eb3a949c84b166973f33e38bd8112a36f598514e36a5 1 0.00/1.00 vMB 0
8,650 8,650 00000000a0105b1f82c00525f8c881ff1ce768df7ebbb86e72e8ed402b8211fc 1 0.00/1.00 vMB 0
8,649 8,649 000000005b6abccbbf6253cdefbcdf5a19b5a166b8f4c730ad8ce1bd7fa519d1 1 0.00/1.00 vMB 0
8,648 8,648 000000007657a18a75c64b29fded5a0dd0471dcbadcde48e7df423886bc8a291 1 0.00/1.00 vMB 0
8,647 8,647 0000000012315d69b55d7daa1402d06a889f37ddd2072602b94db208e108317b 1 0.00/1.00 vMB 0
8,646 8,646 0000000039e31db42fa143ce5476777676a9673712fb72f0070f08e9d195a0a4 1 0.00/1.00 vMB 0
8,645 8,645 000000007c7f3e6a937d1fdb6124550f92f6a1e0ee4642ba830ea83ebe727872 1 0.00/1.00 vMB 0
8,644 8,644 00000000c14e61b3119b529b1a97ab7d8cde929ade02ac8ebdf1b44ea1c92f7c 1 0.00/1.00 vMB 0
8,643 8,643 00000000281a0691c3a787107eb706b38173657935576e16373db912c36ce62d 1 0.00/1.00 vMB 0
8,642 8,642 000000003819757b4093ca235dc2355734229ffb44e6dbb3191e9cd38d8f36c8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.