Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,633 transactions (1.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,333 (822,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,396 86,396 00000000001e3aee336abc86ccf82482b4ed210486e98fff3d0c3852e111e0ba 0.00 MB 3 0
86,395 86,395 00000000000735edf31d5527920a3c4f692d300908dd93a19e4c4b9aa534d407 0.00 MB 2 0
86,394 86,394 0000000000020a6a7da4b45608fd8a038cc3294e8a6927a2e9ff8faeec0e45a9 0.00 MB 6 0
86,393 86,393 0000000000223e9884c9193e7ff664656e24826a2c49c43e59bd9573d0210613 0.00 MB 15 0
86,392 86,392 00000000000c50bc95bd4baf2572d2fea38d771dc84825b27958cee77f2c36bc 0.00 MB 1 0
86,391 86,391 000000000005993eb5c24ff90864355a6be3ba8ab63d6ff2b402255a65fa558e 0.00 MB 1 0
86,390 86,390 00000000002518c0e17bbbb1e10b1dfd7f8718ad8fb7cc9c66f2616402205bee 0.00 MB 3 0
86,389 86,389 00000000001789b82edd5b6c80f14f75e2f0daa0798d53f327eeed0581e541d4 0.00 MB 3 0
86,388 86,388 00000000002b969a92d55611bb134f28109134d0f9778b749a2746e8ddbfbc4d 0.00 MB 10 0
86,387 86,387 0000000000118c178c90e76f8080482ed1dd992c0618a509cfe1cc2e4514e44a 0.00 MB 10 0
86,386 86,386 0000000000239548f1c15868c1a9d180133daef99943a730d75517e272faef54 0.00 MB 2 0
86,385 86,385 00000000000828a360cbe37f4c2ec5680709231b4807aed64e74a0c184d844fa 0.00 MB 1 0
86,384 86,384 00000000001a848c4849f426fcd7cb8cafaeb7710dab1634908cb902bae77ac8 0.00 MB 4 0
86,383 86,383 00000000000acd6e7ce5a4106316e27d8a85e04b50ea2b13558205631543c7b9 0.00 MB 3 0
86,382 86,382 000000000015581a0e9273e357cb796fadd31aa9db2a9b0a4f52357a2d7c64c6 0.00 MB 1 0
86,381 86,381 000000000008bd44df7d8272ac4332be2363df723ae4205ab01eeec931294025 0.00 MB 1 0
86,380 86,380 000000000021ac4045c128f2c3d0a9e835e5bbd465ae7043925120bf789ddc2a 0.00 MB 1 0
86,379 86,379 00000000002d314ff3d64ee82782872f461c6b7bf9371103f8a676c8af0b7096 0.00 MB 2 0
86,378 86,378 0000000000241dbe2b2c3dbc1f1ba5d500953504f6d7ae44b7b8f5349ff6081d 0.00 MB 1 0
86,377 86,377 000000000009f0119f539f17315b2ec77b2c2732e6d12b3839c115859a2a7dd8 0.00 MB 1 0
86,376 86,376 000000000020b96e9537e307005631dc06b49c037d28ed29e3aa88ae25e7c5e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.16 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,066.78 GB sent, 108.96 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.