Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,719 transactions (5.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,697 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,771 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,696 (850,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,006 59,006 0000000008437338a49720a634fb915f82868cb248d94f67421a8309d80258f1 0.00 MB 1 0
59,005 59,005 00000000074a97b0dd3a9b5ca6b27058b04771409f4c5c2e94876dc0db4c69f1 0.00 MB 1 0
59,004 59,004 0000000004b6fb4d959dbce196ecc879d18e71ef6095e3a905b69f6ccda439f7 0.00 MB 1 0
59,003 59,003 0000000009f179137554ea4f31045584da31c9c8a7522fbdfcb2c5babefcfd81 0.00 MB 1 0
59,002 59,002 000000000f020608cd69fc16ac9f13e7228a3a98f23cec54f676cafe4eee3c35 0.00 MB 1 0
59,001 59,001 0000000001fa071940b85b1e04faa53f634599d1e878d102ad2923b6b9b46a7d 0.00 MB 1 0
59,000 59,000 0000000006ddc481d2874ca7ca98ffaae9645b6c7e316bc80e0415a072277d27 0.00 MB 1 0
58,999 58,999 000000000b5e24b292b92baec327230150d5f46594d60167abb3aa4bc5eefea0 0.00 MB 1 0
58,998 58,998 000000000ce2ef4e0ed5955cc4c0a4021b67caaff3c9af923aa1ea50c78b3f2a 0.00 MB 1 0
58,997 58,997 000000000bd8fdb5b6310903aec51294373247d06d35d4f32b2a4865a44e222e 0.00 MB 1 0
58,996 58,996 000000000582a021a9bb6120fac6e7cacd26129426b8eb33a2f72f2ce3d0f19e 0.00 MB 1 0
58,995 58,995 000000000088870a38e9b15495a7a5643a013762de58f80c89957a5142a9da67 0.00 MB 1 0
58,994 58,994 000000000940b2c292b08ceeafd832834f9660d90f3889a8f7404ae0b556b937 0.00 MB 1 0
58,993 58,993 0000000007237cbea3269ea340dac94487596b73e6f18dc72d707c8954c2d061 0.00 MB 1 0
58,992 58,992 000000000bd2380883e65623221bec42bb591b769d3a9fe29b3b04dce87f301c 0.00 MB 1 0
58,991 58,991 000000000adfe3fc38d1b1e46315aa9fc2288283b83cecd33dc0a5740bbdffce 0.00 MB 1 0
58,990 58,990 000000000665ed5601a67b78f8b9ebbeba4875a256cbdd3c4eebd320fc276d2f 0.00 MB 1 0
58,989 58,989 0000000006e95bc622e781a0eb6128ef3bb6f84f0360fc5b75ca41b583fa449a 0.00 MB 1 0
58,988 58,988 0000000009201c533a7c5e00f2149c027cd88d181e4ec4efb5d4143de1f6342e 0.00 MB 1 0
58,987 58,987 00000000037aea1f25566f7554a43d394a3b93d0e78fcf8886e98e0ca7d538eb 0.00 MB 1 0
58,986 58,986 000000000d94b76deb397b38c62ff71b2a7074a68ce034e24fa25e6730cc4640 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,155.28 GB sent, 112.62 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.