Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,140 transactions (0.51 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 2,129 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (889,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,036 21,036 000000002e608cf27ef8d5ce10659dcc060bf5bf7a9cdd1355e7e14885264f2d 0.00 MB 1 0
21,035 21,035 00000000605f6b7a578efc63c79fc4dd88bb198ac8edeb0301d45ef942e6a721 0.00 MB 1 0
21,034 21,034 00000000686843467baf7889b82d66d057b469cb2c3f4a6b0f2ca1a19c9ece98 0.00 MB 1 0
21,033 21,033 00000000a7c70941a8a6edc3cd4e2400d8557f37451c581b1141a3d455d46799 0.00 MB 1 0
21,032 21,032 000000003bd8743d7a8e203ef9df3b4eae28ad3747caa5b421535f1ae63e0c66 0.00 MB 1 0
21,031 21,031 00000000c6941335ce215ca9543589ae62d2d5007cf59cf81f10325c94daa70a 0.00 MB 1 0
21,030 21,030 00000000cf34fed8e75fc77fdd37ab16a02ac830cad27495854976b6e45439e4 0.00 MB 1 0
21,029 21,029 000000002b6b61c033fb8c693498cd8bcb634216621291d0584d44f9db39b1a5 0.00 MB 1 0
21,028 21,028 00000000918d94c3da240d1919ab403420faab5975f7ec9fedc2f8d9a9ff45e9 0.00 MB 1 0
21,027 21,027 00000000711c97565a975b81385ee08f8b3371dccfe28732bbe4f3b15bd8e73f 0.00 MB 1 0
21,026 21,026 00000000f221ea50f7e491b1f630ba2b1498234d575b9a580d78d42c70a65cce 0.00 MB 1 0
21,025 21,025 00000000c94e5bbde1d55d6b71946b9a653d8b027bd3e0c004af3c73673fb04b 0.00 MB 1 0
21,024 21,024 0000000053c79bdee39b7d6ca9437a6119122800a7840a071cfa0cd3ec87eb4b 0.00 MB 1 0
21,023 21,023 00000000091dce1f5fee0adf36b65303b6b502f627736721726027c41be6b34e 0.00 MB 1 0
21,022 21,022 000000003bf49b9669e9c202401fe52e42230d5454edb8571fff5cffc6e4ba86 0.00 MB 1 0
21,021 21,021 0000000073e242ae706d54bc156faec8e273da2598afbea24a3246159124fd4a 0.00 MB 1 0
21,020 21,020 00000000102109275bc0e81c807ae0599a1c94473e2c5bd621ed8274b6d8fb17 0.00 MB 1 0
21,019 21,019 00000000e21741738089eecc6bce7d0417b311941b200fe3962ab99f982d5a10 0.00 MB 1 0
21,018 21,018 00000000f46e5cd62933b3af6a46cfaed340fc8e6e0bd55456f765fcab518642 0.00 MB 1 0
21,017 21,017 0000000082540f806dea25cfc9a2eb7aba92fe471b4497174d998a8e8645d60c 0.00 MB 1 0
21,016 21,016 00000000342404468c2572479ff3b3f8f38a191875d92a982560f9ad19e7db63 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,254.85 GB sent, 120.88 GB received

Notes

  • This page updates every 5 seconds.
  • 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.