Loading Tool

Explorer IconExplorer

Memory Pool

46,345 transactions
28.22 vMB
0.10866961 BTC
Random Selection Loading Transactions
Max Size: 148.11/200 MB

Candidate Block

Mining Attempt 52059f1e1fe721efa7eca91f3a79c79022ceeaa8faba37dff0dd8ef57b73df5d
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 4633888ea0cb5c9617e489d03ff3e1eab4327ab8d8f754dbcd8074db57e4075d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.04549007 BTC
Feerates: 265.25 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (137,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,987 776,987 00000000000000000003b0fa8142888e2c59f2069901138c45022f88c865cf66 3,173 1.00/1.00 vMB 26
776,986 776,986 000000000000000000004ec26b591d22d82d8d3c204373df04adc0d0369d858a 2,220 1.00/1.00 vMB 14
776,985 776,985 000000000000000000038ea1701b3796b04eec61a1cc67c96d45e6388a617cab 1,402 1.00/1.00 vMB 18
776,984 776,984 000000000000000000016453a02ec65df5239d6f2596ef09b74fe065170f8e2e 732 1.00/1.00 vMB 15
776,983 776,983 00000000000000000004d157f605b0d90ca54091b7dae820fc9a0870fd287c15 1,866 1.00/1.00 vMB 20
776,982 776,982 00000000000000000005deb11e7d71b6e2974d2e5a5bd3ed87354773e0b84dbf 2,274 1.00/1.00 vMB 22
776,981 776,981 0000000000000000000465bc6ec75d8f34d21c5dc8852b08b5f3b74b75b6d8ca 3,787 1.00/1.00 vMB 29
776,980 776,980 000000000000000000057f3cfd21675d7fa0f8d273ccffdfdb226c99008bc6f2 2,648 1.00/1.00 vMB 29
776,979 776,979 0000000000000000000322df5929d102dc7adee0176d5ab44812aab4202491c2 648 1.00/1.00 vMB 4
776,978 776,978 00000000000000000003267474564f9de9bfaf4cdb845b7714a4058444342c8c 977 1.00/1.00 vMB 6
776,977 776,977 0000000000000000000660f8de39f47c82cda8b4da54ac0e2896c031fa02baec 449 1.00/1.00 vMB 2
776,976 776,976 00000000000000000006feca9f1ce901b1ab5bc6d2a058425044160ce9dae248 2,898 1.00/1.00 vMB 21
776,975 776,975 000000000000000000013a6f060708abf65f18c9560d6056b1d6494bdf6ba9fe 1,006 1.00/1.00 vMB 7
776,974 776,974 000000000000000000059d4082c32d9469bb9bf97501d43c53d6b41e2b07c345 1,328 1.00/1.00 vMB 10
776,973 776,973 000000000000000000054eae97ae7b2cbb61b6d96cd3e81af7cd4a494aad84b5 1,651 1.00/1.00 vMB 3
776,972 776,972 00000000000000000004073d148c7aaa55e53d1c1dd9afb202da8a0d1ffd713b 1,913 1.00/1.00 vMB 7
776,971 776,971 0000000000000000000277d7ac743a6ab4b013b706ef9c4ffd80afe32bb057dd 1,767 1.00/1.00 vMB 13
776,970 776,970 00000000000000000004d1180a00a19393616b610e36fe2852c5eb0c690a667c 3,388 1.00/1.00 vMB 28
776,969 776,969 000000000000000000026452a5f64d57a3f3fe7fe5131603a0bf3e5e60d96d98 2,503 1.00/1.00 vMB 10
776,968 776,968 00000000000000000005f05c8834c6a63ebf26a96eae5fe0b8f21261cc487cb9 1,705 1.00/1.00 vMB 15
776,967 776,967 000000000000000000068e1455f828ecb7645d25968132c03253940980cad1ec 3,661 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.27 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: 656.71 GB
    • Received: 14.42 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.