Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,384 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,692 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,274 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,691 (851,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,989 57,989 000000000a2bb38dc34a6abba08dc5117a37696cdb964e5f3dbb9cfd4a6ddd43 0.00 MB 1 0
57,988 57,988 000000001412e0049917fcbab3e9de2215a1d28cb8a71c5fd4b7a8151f53e516 0.00 MB 1 0
57,987 57,987 00000000100ddff25249972f50b2b36079828fb7c918cb1ab551790246c50ce8 0.00 MB 1 0
57,986 57,986 00000000147837a3baa133d173be5b2b6164557f8a1063739f0d2dffa8d8bf5d 0.00 MB 1 0
57,985 57,985 000000000ca7f8e733f083a524ec1d92c241ac4c8b2dc7e24d4bab32ed5e2db7 0.00 MB 1 0
57,984 57,984 0000000005baae93cfd4437844a67e72db348c543fefeb5aa630a897b66746a5 0.00 MB 1 0
57,983 57,983 000000001408f61bacc147c2611f18f78ea01ee6c32258e767d5659042c7b6c0 0.00 MB 1 0
57,982 57,982 0000000008f03b8df86ffcec09f0640cd63c1798b2f57dc72032623c5d3c0df7 0.00 MB 1 0
57,981 57,981 00000000023e41d1dc7e02151091151d65ed4a4fad6c6aad33b87c5022ee04ef 0.00 MB 1 0
57,980 57,980 000000000ebeb58f2354d5ac8f2fe10af87e32f1108d63d41add27aa7aab892f 0.00 MB 3 0
57,979 57,979 000000001383982643e58ac6a809c78f3e5d4fda22ebba70a4fc0dd16d204452 0.00 MB 1 0
57,978 57,978 00000000114ac1cd64a5957a2d4f204d79b1526e2244dc4331a805cd6c9cac83 0.00 MB 1 0
57,977 57,977 00000000154ffd27760f10dd35ddc216981a15a16bf30478481b9cc9f0a330cf 0.00 MB 2 0
57,976 57,976 00000000114ee664019e819bcebf2afd425042104172f0393699a83af4499aa3 0.00 MB 1 0
57,975 57,975 000000000698b2a848298e03e4f115fc7d7aee0ca531e65740b132b3c6c4d0c0 0.00 MB 1 0
57,974 57,974 0000000002a2dd1b90683f230c6b8e9afa7c4b01f3e4f0095a54b561ed03edf4 0.00 MB 6 0
57,973 57,973 0000000007b132b7a1c3d15c84f6d055943a49092d5b36d82f758f95e653d8ed 0.00 MB 2 0
57,972 57,972 0000000008d796df768468d9a8aaf11165118de911cc18eb63f9bcbcfac66946 0.00 MB 1 0
57,971 57,971 00000000016be69925201a268d4f9daefb890ac1024d7e57444539a8111ffe16 0.00 MB 1 0
57,970 57,970 00000000158163e8c4be15c562194cc99f1dc63a0ced105e336ae08e1974678c 0.00 MB 1 0
57,969 57,969 0000000013476e027f66e358ee8c1042ff8a8e5289e911f88e5521f0be36542c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,151.11 GB sent, 112.50 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.