Loading Tool

Explorer IconExplorer

Memory Pool

55,467 transactions
31.69 vMB
0.19446935 BTC
Random Selection Loading Transactions
Max Size: 170.72/200 MB

Candidate Block

Mining Attempt 4f369a77309f9852bfa385576c79641302bcee1e8dd11d82e8e13881ea0aea3a
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root ee49913018ce9b7b0d8985a0f8d9682f0cd6f1004c9f0a1e8a0129b7994c8af5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.08866073 BTC
Feerates: 502.46 > 8.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (183,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
731,671 731,671 00000000000000000000718a8f8e424c715c319587984b751457f2d38993b29d 3,100 1.00/1.00 vMB 12
731,670 731,670 00000000000000000006743fa58a7053a585322498b428f54deb13ec31f67956 844 0.26/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.06 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.12 GB
    • Received: 13.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.