Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,216 transactions (2.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,879 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,089 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,878 (890,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,027 19,027 00000000c2962ed37f892001325c58b95df610e70dfe77217a570ef878bc3054 0.00 MB 1 0
19,026 19,026 00000000ec0b28ef21657c8a40f5ce12767bcf8d57d49531b8538744578e9816 0.00 MB 1 0
19,025 19,025 0000000080aa2b68a9b2067acc4f980abe3d6c46f05245d9486925d536d96ccf 0.00 MB 1 0
19,024 19,024 0000000027aa0dd75634488dea2778caa68773ba36a119923bd4222d9524476f 0.00 MB 1 0
19,023 19,023 00000000268861091d43942245357ae34bdf0ef0017fcbf3503d2cf2c9f2b084 0.00 MB 1 0
19,022 19,022 00000000ad8c416bc81b3698f1998bbb5385258d3d8b387a4448e8cfb63326c0 0.00 MB 1 0
19,021 19,021 00000000c6d3b99ef58f76518cdc10b3d4b94a07227e88f36d702eac1be1328c 0.00 MB 1 0
19,020 19,020 00000000a9d44a8eb266b9a34a12a4bd5aeb3faa31c048587f1d5f19fa4ba1d9 0.00 MB 1 0
19,019 19,019 0000000004462c063b78558760ebd592d3b3dffb03841128762b12ed9e97c3a5 0.00 MB 1 0
19,018 19,018 00000000a629c5543db332d68556a24bfaf0003300a90f3bf19b0b32cccfb614 0.00 MB 1 0
19,017 19,017 00000000f6c679927b0d94d373de693353a55514ba54a77d4c7197ac6f5c076c 0.00 MB 1 0
19,016 19,016 0000000020a9c3462520421cae8c35784a6c77c8956ecf763e1f31aedcd7d507 0.00 MB 1 0
19,015 19,015 00000000f0e61c94ce3c06625beff6f3c7e61d0c87d2c3bcf9edc12dc3d8f6a6 0.00 MB 1 0
19,014 19,014 000000006e5774f0aee7dcae170ee3070c00b26ee03a3c73ee47db1e6ab9a9e9 0.00 MB 1 0
19,013 19,013 00000000754c4874823b013274c7d9edfdbe9efd704e72689ae6aca69ce5a0f6 0.00 MB 1 0
19,012 19,012 000000000782636de5e0dd73aa36772246008fd93b7267c449d1c33d6b8b4944 0.00 MB 1 0
19,011 19,011 0000000034d50f9e79da20059f572504055361e0c12ebf9ace8d93061895f5c9 0.00 MB 1 0
19,010 19,010 000000007b44d5d2b859780e9c9d1c2c92d5c2030f82159944ad2d5f8a2cc919 0.00 MB 1 0
19,009 19,009 00000000330485d5b3e42f867342c534a12edbbbae44ba321add8870839ef85b 0.00 MB 1 0
19,008 19,008 00000000edfab4d4cc14befe1e79153ffd99cf4589a1148405275f30eea07057 0.00 MB 1 0
19,007 19,007 0000000096d61a303f04bfced2a0e53069381c92b171d4ea719e79615b1b0cfc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.17 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,170.72 GB sent, 114.25 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.