Loading Tool

Explorer IconExplorer

Memory Pool

56,647 transactions
32.20 vMB
0.14869011 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 3de8520fed10861cdd592956d5050d92dd433a4ab2f36ef00dd79ede605a74a1
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root e3fa061057a98bf621f5e49099882f0b66d34cf0a2ce7a65d9d07266ff3b8a36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.05028101 BTC
Feerates: 101.25 > 5.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (183,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,692 731,692 000000000000000000000032c706e8f67ae02adf7693354a336b027b20c347bc 3,529 1.00/1.00 vMB 19
731,691 731,691 00000000000000000006a05f7ffeccff0af5101ec17d5cd1aca0e14c7fac3b5b 3,973 1.00/1.00 vMB 38
731,690 731,690 00000000000000000005f10329abb4ffaad8bf2097ea1203cd972d7c09ecb3b1 3,557 1.00/1.00 vMB 6
731,689 731,689 00000000000000000006f997072338e321b5f8041a31de53c6a515c3847bf6b4 3,463 1.00/1.00 vMB 24
731,688 731,688 0000000000000000000070bd78119c5e466bb77badd082fdd62ab6d2b0be7ec3 158 0.05/1.00 vMB 16
731,687 731,687 000000000000000000094f6ed9ff7c79644edad86a3345b76c09be105df826f0 985 0.28/1.00 vMB 10
731,686 731,686 000000000000000000082a05f4b5ce1a11a2a8eb03ad177a131b824d32b4c4cb 1,933 0.69/1.00 vMB 6
731,685 731,685 0000000000000000000500f2f3a7c6b76e6c39554335f4006b826a10bb16b72e 1,275 1.00/1.00 vMB 4
731,684 731,684 00000000000000000006b72f0bdeef8bcfba007df02f57a08cae1a483dba27bc 1,924 1.00/1.00 vMB 3
731,683 731,683 0000000000000000000225556fcf2516145828fd08f70a924cdc477cb9ececb2 3,336 1.00/1.00 vMB 12
731,682 731,682 00000000000000000008cce8a0daadc558d72705788aa5e8f9520fcd1824d808 1,271 1.00/1.00 vMB 3
731,681 731,681 000000000000000000042945460d5a1201c4053ef654792d3626c754a253bf7f 2,566 1.00/1.00 vMB 4
731,680 731,680 00000000000000000002c7e332a12397cee13ff24b9fe97e709eeb6ddd6d1d37 1,991 1.00/1.00 vMB 12
731,679 731,679 00000000000000000006b5c7e8e0fb407a69061305a22ad2ce283ca073f66a54 2,883 1.00/1.00 vMB 11
731,678 731,678 00000000000000000004fa7a9d0118e1527deb9e5e01bd50eb35e6e18e6f2ced 3,102 1.00/1.00 vMB 17
731,677 731,677 00000000000000000001fa4a279de6ddea06be5677c54cc0fd2517a002977878 239 0.05/1.00 vMB 6
731,676 731,676 00000000000000000005d10955406cbed885c69dcd731fb60507f5c12f551221 223 0.06/1.00 vMB 7
731,675 731,675 00000000000000000002e1ec3db8edd142aba2de167b3ad3ebacfacc7dec3a7c 1,156 0.36/1.00 vMB 10
731,674 731,674 000000000000000000063f099b89fa4e237b90a23d286ab6e6826ae7d7012f77 2,691 0.95/1.00 vMB 10
731,673 731,673 000000000000000000080d90a83ab4a5f8143ed6b16aaaba317025869603b37c 560 0.39/1.00 vMB 7
731,672 731,672 00000000000000000009c48faeb349c83427e8aa066d9f15e6fe25c866f46d9e 2,483 0.78/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.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.