Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

534 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (823,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,744 85,744 0000000000187dce9c4e8de0c7cea52a56a9d92f15893121436dcf02ba0f9a3d 0.00 MB 3 0
85,743 85,743 00000000002585c67af43382ca7468b533602935d62bbdb368904173dc37bd4b 0.00 MB 2 0
85,742 85,742 00000000000e8ed3009978e09cf40d63d5999f636c385adaaaebad9babb31498 0.00 MB 1 0
85,741 85,741 0000000000131acfd4b356523baf94a3a879a4f6a6fd81ac8e00e569bc7db274 0.00 MB 1 0
85,740 85,740 00000000000f277839fd20078048227c357dadf8a778b8aadbb40a26f2216a53 0.00 MB 2 0
85,739 85,739 00000000000091c2048b097447889b6fe8c9fac36fff265a244be553295e3690 0.00 MB 1 0
85,738 85,738 000000000019e58661868322e0492a452dcebd425622492c856e1bede44453b8 0.00 MB 1 0
85,737 85,737 00000000001f271033b4d2eaa84cc89430e84d77e0c0208f810f6e8ff3b137e5 0.00 MB 1 0
85,736 85,736 00000000000c5d53a3da324b77f14ae43e238cb58015ad63a861f5dcd5fd0f8d 0.00 MB 1 0
85,735 85,735 00000000000aa39f5081fd75f03917d7c333ade55a57366b618f4966af616012 0.00 MB 1 0
85,734 85,734 00000000002d9cc6d8e383f474b1693fcde935ed495ff9c7354f99159cf606b9 0.00 MB 1 0
85,733 85,733 0000000000046974334d80a265d5c60f94c2ac2f0eacc962c21002963cc3d96f 0.00 MB 2 0
85,732 85,732 0000000000168282c8328f2fa39fec856c7149696d50396d9105098861486806 0.00 MB 2 0
85,731 85,731 00000000000b1cc69066b4e758568f4791e9e17c10d41750e78c2bfe80c59025 0.00 MB 1 0
85,730 85,730 0000000000030e258421062b58beb389a31f31ed0de0caf59503d125da690a74 0.00 MB 1 0
85,729 85,729 0000000000293fd3d877e7e7f9f8ad31b7bacb69e9648e9b33d1981cf09ee004 0.00 MB 3 0
85,728 85,728 000000000019275fc263656dbc60a0e9263043d46d7cd16abc87450d7fb0f5cf 0.00 MB 3 0
85,727 85,727 000000000018192d252ecb3dd7596ff829552282ebf4751983b853766e0cb8fb 0.00 MB 2 0
85,726 85,726 00000000001cc3299e0a149b76b9253b9d52d9c614c38801d6b925a3831e129a 0.00 MB 1 0
85,725 85,725 00000000000f7520b74c0065c143611f153a65b5854f3c5fc96e752e27db10f3 0.00 MB 1 0
85,724 85,724 00000000001bd651deee9ca42e3603c98bcb01db5896d6ef1ff7bcb7a64ac2bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.00 GB sent, 111.59 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.