Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,994 transactions (3.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,284 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,910 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,283 (844,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,996 64,996 00000000037338e90fa3ec9585ca0193f797cd682e7cc50045b9c314ad0cada0 0.00 MB 1 0
64,995 64,995 0000000002089a2d0a93595759685f9b6bd9f2214f0b8b0de1f405859a059d91 0.00 MB 1 0
64,994 64,994 00000000007392f4fcba016d212859b5bec0a45a49633f41be9716506a42bdb8 0.00 MB 1 0
64,993 64,993 0000000007a12bbf27d1cea8c1a657c576d99fe8bbca428ea49a23c33a96e898 0.00 MB 1 0
64,992 64,992 0000000003fb0a42fba112cd13b36832d87adfa59ca045538e03be0ec5a226b3 0.00 MB 3 0
64,991 64,991 0000000004b259c5090c48a7fb49ffc6216645c0e6897a14ea30d055b2c8408c 0.00 MB 1 0
64,990 64,990 0000000004c141ad6a7159a2f080cb0f2609ec786228b79cfac5d23f1d1a9107 0.00 MB 3 0
64,989 64,989 000000000531db6b8c1ade833b7cc8e0d2bf380aae376b061646b20baf1d7aad 0.00 MB 1 0
64,988 64,988 00000000055696bc55b3a0be5575975bfd21015a6587ead70b2da86e680cec1f 0.00 MB 1 0
64,987 64,987 0000000002b7e7f2a688d878f46e042ac72f4c66ef871c2f28d14fafe8e1a036 0.00 MB 1 0
64,986 64,986 00000000038078ccdd8ba22b4ce99e7b470dc0355f37f989d176f6c061174fef 0.00 MB 1 0
64,985 64,985 000000000a2a90ccc09e7940fae070e36f3f7cde027bf348b0723557ff0d8d88 0.00 MB 2 0
64,984 64,984 00000000026499c2fd9a55a9c48e49ab9b6de8bd382d4a7068f8a04015448187 0.00 MB 1 0
64,983 64,983 000000000a2b46d111b35d4fa7f450819246d87581b6cb6f5df09b716e9a8c72 0.00 MB 1 0
64,982 64,982 0000000002f5a702025a28c76ab1e6399855bdc72cfcf75ad4ad388faec29b12 0.00 MB 3 0
64,981 64,981 0000000005edc9f86e692d4dc59c04fca152d3c07fb1499b47829c913e9f40ec 0.00 MB 1 0
64,980 64,980 0000000003b58fb213d60256bb066ed066599f55a048c35fd4a03ea3a6de9241 0.00 MB 2 0
64,979 64,979 000000000292e16db62d355cba9a6a3e6e70b748a3df1d2d141f5c3167c64ba9 0.00 MB 3 0
64,978 64,978 0000000007123c3678d4a1d96f25687527514713d1295a8ef87f78904f5dd9aa 0.00 MB 1 0
64,977 64,977 0000000001f869087652531b089a66c41579879d18091045819629152fbe9d4b 0.00 MB 1 0
64,976 64,976 0000000006bdfca895c0e80c1a86e84fa007ce50a1b8a0b23f809e9fee42f112 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.06 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,046.94 GB sent, 108.39 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.