Loading Tool

Explorer IconExplorer

Memory Pool

45,666 transactions
28.43 vMB
0.09468288 BTC
Random Selection Loading Transactions
Max Size: 150.12/200 MB

Candidate Block

Mining Attempt 5afcea1878af580fdf0ae500d6cc597e3754737e35621aca9e8056981f167aaf
Version 20000000
Previous Block 000000000000000000012fee73eb771c2c43f85376728d2485b24b2da8da81cd
Merkle Root 3aac14e892b5abf6dff0387c7b7a946ca2b7ad5ce871e60f7bc16e27170b8f79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,968
Size: 1.00 vMB
Total Fees: 0.03982567 BTC
Feerates: 150.93 > 3.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,253 (898,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,911 15,911 000000008a788200000af506fb8e44dc02b76265672c12e4c1abcf44d371c7d6 1 0.00/1.00 vMB 0
15,910 15,910 00000000e7daa193fe6abbc37319d5a4ca9304232e88d18d5766ada94815ef20 1 0.00/1.00 vMB 0
15,909 15,909 000000001e0e5a49aba5f0eda88108fac533b73b89ce861f856f1be7191c5ec4 1 0.00/1.00 vMB 0
15,908 15,908 00000000672cdf11810e6d6cf953ae239f55966c5063020c22750288a76a7747 1 0.00/1.00 vMB 0
15,907 15,907 00000000405ed63a43287eb021121429b3d300e3c08ff87a76ec535649fa6595 1 0.00/1.00 vMB 0
15,906 15,906 000000008c446c23b77b9139f0a6818620b67713a55e99fa43bd7f0c9440defa 1 0.00/1.00 vMB 0
15,905 15,905 000000005ebfbf66237c6b8e3b97937979655192fb0897776a81445e9c461e3b 1 0.00/1.00 vMB 0
15,904 15,904 000000007cd334742351f72799b933d5dcaef611018576d9744ec770af9865f3 1 0.00/1.00 vMB 0
15,903 15,903 000000005345da4636085c4b6ebca5bfa501df7f1d14f18f726310651a6419e1 1 0.00/1.00 vMB 0
15,902 15,902 00000000f025f71eb4d9768b1d8788d4f863c460df800dd3404d00f2d2230e8f 1 0.00/1.00 vMB 0
15,901 15,901 00000000f86cd50356e5263d96602512f89b103af8e6573255008dc193ceed4b 1 0.00/1.00 vMB 0
15,900 15,900 0000000038b78182f7e60d5900749f143c4c33b6f09081e2cbd125f63ab4c5be 1 0.00/1.00 vMB 0
15,899 15,899 00000000f094f67a0491f9ce2b883a0b0dee35064cef85a3f55d7d18d4b17c9f 1 0.00/1.00 vMB 0
15,898 15,898 00000000c50758ecbbb24564d022f9e36a9bddabcd4a9331170c1b6dc07c905b 1 0.00/1.00 vMB 0
15,897 15,897 00000000560e7434828dbe5d50ef2c94dcd9f3259840f4ec45d3f6230ddf8b6f 1 0.00/1.00 vMB 0
15,896 15,896 00000000da98254b61c91058a35d644857aba84ec51ecf63f522f8faf016a2ec 1 0.00/1.00 vMB 0
15,895 15,895 00000000aaaf188e2f273d418854fa435f8b7a36f304bc6faad964e92f769c1c 1 0.00/1.00 vMB 0
15,894 15,894 00000000922274608d304b76b2208ed65290a099953e998e602c51ddf706d2d8 1 0.00/1.00 vMB 0
15,893 15,893 00000000389318ee88ef5ca48ff36b1c74f94e620d67f76fb84c7936f3bb5229 1 0.00/1.00 vMB 0
15,892 15,892 00000000c919e59211d472a94b5976bcd95756563f9a625ba9faae13e7075eb7 1 0.00/1.00 vMB 0
15,891 15,891 00000000d3a7fcc08252c1bc7a0dc0e1f057e2dc47e1c1abcb36866339084805 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.04 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: 576.89 GB
    • Received: 8.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.