Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,534 transactions (5.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,695 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,936 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,694 (850,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,012 59,012 0000000007ca33d7010440bcbdc8ca94ab63d4134d41bb7f5038af43f7eca4a2 0.00 MB 3 0
59,011 59,011 000000000d1d83e1c1beeff66ed4694f81dddb4f25dd4f484946c6ed7bfce937 0.00 MB 2 0
59,010 59,010 000000000e41c33cbcbcfa15e14484c63a9ae3b9a7760a7a1910ff00d3d62bef 0.00 MB 2 0
59,009 59,009 000000000d58401e3f137f393683fa7675d84bedbdc519db3fa826b201001ac4 0.00 MB 2 0
59,008 59,008 000000000db033db19d1b09a3127950028655f755f77bacb4f4ac42797b59e05 0.00 MB 1 0
59,007 59,007 000000000441e2f824e4dcd8c35d4b1339fd14c9cd61a047041c1ac3523b4949 0.00 MB 1 0
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
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,154.39 GB sent, 112.60 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.