Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,305 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (819,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,579 90,579 0000000000005308e376bd03e654cffb5be0d0bd5fa6e234882e86fd8c00a276 0.00 MB 2 0
90,578 90,578 000000000008247d85cd2327c8bca10fd2aa8a69c2a189b75a704294e11efd93 0.00 MB 2 0
90,577 90,577 0000000000126daab1a68e42969b6745de246e4e7c5c7f64377ef6ff0144539b 0.00 MB 2 0
90,576 90,576 0000000000128ea3fadcf264e2afee9d38083dffb1553f25a7a139e39326ba8a 0.00 MB 2 0
90,575 90,575 00000000000acd741b3781cda5e5568e0037cc467e82e95e85a390ca65e49bed 0.01 MB 5 0
90,574 90,574 00000000000d8f4751ffac2545f6f041298f112c951f7f2d39e54c186c50275c 0.00 MB 4 0
90,573 90,573 00000000000cd44d01787fb71944ed20f7b042336a3cbbc7ac4296f42439a0fa 0.00 MB 3 0
90,572 90,572 000000000008495fbf6b678b9b4d5706828c8f2ded151d51858dbdc159e2b6a8 0.00 MB 2 0
90,571 90,571 00000000000acdba77298fdd8a6d03545b25379c62f4ab070f0ee5a5b03093b3 0.00 MB 4 0
90,570 90,570 000000000006e65cc414e5f5da6ee7e106a96d327d8d13070906d9d21e42e7ec 0.00 MB 3 0
90,569 90,569 0000000000111b29c0afe6c0e29f3a700b32d8c48544f8efb93bb28a0cff9c48 0.00 MB 2 0
90,568 90,568 00000000000c250304230b47c2e61b1adedf64b2a038ae9530dc10e0e435adec 0.00 MB 1 0
90,567 90,567 00000000001055e54d1d11bae837d58b1b5887947c0af9147b7418675d5198b5 0.00 MB 1 0
90,566 90,566 0000000000025739517265a3b914f435f1a3280dc5b5c036c88a3f34ddf0fa45 0.00 MB 2 0
90,565 90,565 0000000000134a17396f8a168851bf6ccc62c22f10f0c89a276f58126ea400aa 0.00 MB 2 0
90,564 90,564 000000000002ad222640dd74725a4e8cf2df514d54d2789a3f0027eefab7fe4b 0.00 MB 1 0
90,563 90,563 000000000008614f38fe7e17e3f3b37b3f841236364680866ab423a31542d733 0.00 MB 1 0
90,562 90,562 000000000001cd1d0b5305b73e22116ffb5e1cd42e3e9ce5cab2383499694fe6 0.00 MB 1 0
90,561 90,561 000000000006e1c61a8a84a2bb8ba369d36ab8e65c7c452713f262b701d36155 0.00 MB 1 0
90,560 90,560 00000000000220bbd8a3da8f4e3f7be6f55eb1bba14ed4fe5585510d386d0fc5 0.00 MB 1 0
90,559 90,559 0000000000044e1c3bc2803bd50beaa40027a906ba557bce32b4c0f371237503 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.96 GB sent, 112.33 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.