Loading Tool

Explorer IconExplorer

Memory Pool

85,617 transactions
31.93 vMB
0.20883156 BTC
Random Selection Loading Transactions
Max Size: 190.97/200 MB

Candidate Block

Mining Attempt acb4cfb47f6f0481a6616cf81428a22354f0d85c899aeeb951cf84f4c50740b2
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9f5e773436bdaf7fb5678113a2ffbca6d2971232e761fdc91f5330862b5d0c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.09430489 BTC
Feerates: 529.10 > 9.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (210,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,862 704,862 0000000000000000000a66d78c98f364bc5901ebf3959abd93dd33021761619f 2,484 1.00/1.00 vMB 7
704,861 704,861 00000000000000000000d27bf3ba40e2643a43d91e44ba8badfdf131ddcef810 1,373 1.00/1.00 vMB 8
704,860 704,860 0000000000000000000cb9d5bbe27633c32d106b9bf30e870ae2e23f35613aa8 2,916 1.00/1.00 vMB 12
704,859 704,859 0000000000000000000d1543e94678ece56dfff1da5be61bd185ba290b896392 2,489 1.00/1.00 vMB 16
704,858 704,858 0000000000000000000247a58b34c9c381ccf9de0a5a576bf0f51d9e3ad730c5 2,354 1.00/1.00 vMB 12
704,857 704,857 00000000000000000002ab1a4c065b0d19c8489ebc66ec0b7a6a676b846561f2 3,138 1.00/1.00 vMB 21
704,856 704,856 00000000000000000008327427eb87dd54726ec910b0a82390ee52cc0885d446 3,473 1.00/1.00 vMB 13
704,855 704,855 000000000000000000084ac2ef011dbb6903cb2a67d69b420c48dead24f237d7 2,441 1.00/1.00 vMB 29
704,854 704,854 0000000000000000000616a7c8ddf62402499c74d4ad621d04b7784fb3876156 1,117 1.00/1.00 vMB 15
704,853 704,853 000000000000000000035c52c60e63f692fe6eb84299097d7f015edc888eae21 3,272 1.00/1.00 vMB 24
704,852 704,852 0000000000000000000159ab851d4416e0fa023ea534c8acb44b514ee08fd5e2 2,064 0.75/1.00 vMB 11
704,851 704,851 00000000000000000003d572d105b4815fcbf48f77b716b59d8e9b505c674b39 1,032 0.45/1.00 vMB 10
704,850 704,850 00000000000000000004973a2e63cf59c9d6be63c3db62193ee244ce900aa84c 1,072 0.57/1.00 vMB 10
704,849 704,849 0000000000000000000c7818e10cde38d5203c54a18afd31c4c2c7a067deb7d3 492 0.17/1.00 vMB 11
704,848 704,848 0000000000000000000b52420e5428cbddd3cab99de3d7d93477de1604e032ea 344 0.19/1.00 vMB 13
704,847 704,847 00000000000000000000c9e8bd146b4fe25625e765e6d9e81ba62c8642b29291 1,386 0.46/1.00 vMB 13
704,846 704,846 00000000000000000006a202a4592a1284dd9bc9fc03c4b41377de180dc3d418 1,658 0.61/1.00 vMB 18
704,845 704,845 00000000000000000004a7d0861df33476cfffdc08e10795e47aed61f4086f3a 1,681 0.88/1.00 vMB 2
704,844 704,844 000000000000000000076becacf9e6a232703e36e3e662ca1ee9d7c688358735 2,733 1.00/1.00 vMB 18
704,843 704,843 0000000000000000000aae5422cd1d9f32c18136d79e9e07911282985c1ea5f5 2,681 1.00/1.00 vMB 6
704,842 704,842 0000000000000000000c141f3fae212dc8a69b687af7d0177a7e2aae774f5d21 2,447 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.