Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,186 transactions (1.65 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,710 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (826,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,935 83,935 0000000000050826d6361571cbd7e1f461e1adf5f4903b28c2805bfc544f87b7 0.00 MB 1 0
83,934 83,934 00000000002beb48eb0f851998a383f880cef8f6604e40be05a5c6a8bd5eb2d0 0.00 MB 1 0
83,933 83,933 0000000000068a32e78beed6090aecbae4e3f4b56a6405df6adc01a55be0c335 0.00 MB 3 0
83,932 83,932 00000000002aaad748229c72a5e6e106b857c9f3e4967369e25f6882f652caaf 0.00 MB 7 0
83,931 83,931 0000000000129cf4b3674012fe88e30ffc591014e4d6a76eff883fa3e5918a5c 0.00 MB 3 0
83,930 83,930 00000000002e31d13e84dbf6470571afb080910c38d55091b57b652aa5609c6b 0.00 MB 3 0
83,929 83,929 00000000002d4ae56e0acb236083fd94f7964de0a9fb7f745d003174b2bb95d1 0.00 MB 1 0
83,928 83,928 0000000000049371b279b155d41f737ef80078878b52ec5c7eb8eba37cbc7727 0.00 MB 5 0
83,927 83,927 000000000029ee73b164c7e1d42062fed30c7e71984eaa1d99f38611b877c550 0.00 MB 2 0
83,926 83,926 000000000018ab3dd3a0257302466565633238b444707fd6c520b195cdca0f22 0.00 MB 2 0
83,925 83,925 00000000002656c1cee889218a9ec79b39be9438b9a02c5adafaac2bb247ef27 0.00 MB 1 0
83,924 83,924 00000000000fae06e1125268c1462bbffc397d8aa0285f58eb2665af6b17267a 0.00 MB 1 0
83,923 83,923 00000000001eb4bcf9e91cb15e529035d8cd8f45095041cd27b4479770ae78cb 0.00 MB 2 0
83,922 83,922 0000000000067fa8299536f6aded2ae2964b2051f6f0e87d43ec353905c8901d 0.00 MB 2 0
83,921 83,921 000000000005d33421cd00573f95bba5fdb6bb794832fb181459e7fcd6dd5a57 0.00 MB 5 0
83,920 83,920 000000000017c5d023079ed8c6cebcdac4475fbd3efea5df5c74bdccc8619136 0.00 MB 1 0
83,919 83,919 00000000001b65c7dd326b861cc9b1056604894f03f9eec4e92929d8de83606e 0.00 MB 4 0
83,918 83,918 000000000009d462aac2a828122cced37b487cc9996ac7fedee241ebf0ac77e1 0.00 MB 1 0
83,917 83,917 0000000000192a0bf948c8ecef933efac9d94fa4d7b880419667e8499899b9f5 0.00 MB 1 0
83,916 83,916 0000000000169628b29a3dfda6e7327d1d17e109dd5bac9d4c90e827a5309fd2 0.00 MB 2 0
83,915 83,915 00000000001ff19ee45276096976704b8439b70a09e4e9c778787dd852a2fa6b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 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,195.50 GB sent, 117.36 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.