Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

807 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,036 910,036 000000000000000000009a40c8e66bcf9d2c8c74cb5a65595647a791dd39242b 2.12 MB 2,862 1
910,035 910,035 00000000000000000001ac976925c8772bbdf41b0c8992476fe11f9c2657b55f 1.52 MB 1,586 1
910,034 910,034 00000000000000000001761082732cd49e8ddfad9abeece6e5e3516d7a87d28d 1.64 MB 3,764 4
910,033 910,033 0000000000000000000125f91a1daffc1b33a8bf7ade647d2b82357965448f91 1.77 MB 1,707 1
910,032 910,032 00000000000000000000cae3de22388361cdef34d84c6fbbc060b569f3ac1345 1.51 MB 2,868 3
910,031 910,031 000000000000000000000b70b64c8cd2a0fcfe95011590f1b281b8af07f4b25c 1.59 MB 4,037 6
910,030 910,030 00000000000000000000710e0d77a70634d64f9e9d8fb923d806490e668e4679 1.57 MB 3,699 5
910,029 910,029 00000000000000000000cfb2cf092adb04b0c2c3040ba1dc00a0899e027f39e8 1.56 MB 3,214 5
910,028 910,028 00000000000000000001c705bdcc73163f07839eeca18a6b42010b05b68e8098 1.61 MB 2,393 2
910,027 910,027 000000000000000000019934a247fb98daf8557a9f9eb2636ab7190fadcb3062 1.42 MB 1,926 2
910,026 910,026 00000000000000000000c4b55ce1a99caa348e4eb31da6691d28ed96ba9121b8 1.56 MB 3,759 5
910,025 910,025 0000000000000000000217dc2121684c0a4b24bf2a1158ec7677644f70f31f34 1.55 MB 3,053 3
910,024 910,024 00000000000000000000a92664a1f074ebd7cad46cf5eb7aa8173a42fde3577c 1.60 MB 3,956 4
910,023 910,023 00000000000000000000c9cdcd58dda215eae95fb47e0590e15a8dde227f785e 1.67 MB 3,835 4
910,022 910,022 000000000000000000011daf3d09fc9aab277d7cc05db3fc9d80028d283a1448 1.54 MB 3,660 8
910,021 910,021 0000000000000000000085fcb10ae0f40c9f5eef902d0ff7f991735c97a3c467 1.79 MB 3,427 5
910,020 910,020 000000000000000000008a3f73c6bcd22952b6f902bf3ca53ac1413dbe873080 1.54 MB 3,545 4
910,019 910,019 00000000000000000001551d0f6ec40850f78f7b6b1f5f811d11c4bee44d4d34 1.60 MB 2,321 2
910,018 910,018 0000000000000000000017cccbc8f179f5efc80e8e2622498554233196e29e18 1.60 MB 3,609 6
910,017 910,017 00000000000000000000d960df9a9f1254fbb34943f56b6106830b7dc95a5ef9 1.51 MB 1,589 1
910,016 910,016 000000000000000000022521fd367b0d5491961db925c878070749df6a7940bb 1.53 MB 3,008 3
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.