Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,695 transactions (2.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,332 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,331 (821,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,144 89,144 000000000009ace84958e0ceff973984a564455a8d5fe636c93a06f4fe0c404e 0.00 MB 1 0
89,143 89,143 00000000000d70b8de592a60178c515702519969b1cc12e48800bfea8474bb5b 0.00 MB 2 0
89,142 89,142 00000000000243d9506fc040df31b70398bda8fd494eb9080dd330b711446d2f 0.00 MB 2 0
89,141 89,141 0000000000072bdfbd9e055ad0369e169e7b8163e79afb7ea047fb50f920156f 0.00 MB 1 0
89,140 89,140 000000000014f1c3e7b1e6a115754d984746c214fbd48aef4b9e750dd63d032a 0.00 MB 3 0
89,139 89,139 000000000000deb33228cc638e7ac92daa0c4d7746d8c8e9d612e1899b1e2bab 0.00 MB 1 0
89,138 89,138 0000000000036b874e2cdad8b28f7df5a964e69c03f8d480c5147f6abaab11f7 0.00 MB 2 0
89,137 89,137 000000000005af5e72c4cd820dd414f5ceaffe558c38bccf90b94a5ac7e80989 0.00 MB 2 0
89,136 89,136 000000000002be1ce8265366ea1fab080ddd03c6094b9acbc6e68d0391e47d2f 0.00 MB 2 0
89,135 89,135 000000000007f4b49943b8dd16586da3e7e78337ba1822bdf9e4ca867989e251 0.00 MB 1 0
89,134 89,134 000000000009609c12500917e79f71df6079f9bad078c26c16bc2bac59bca7b9 0.00 MB 3 0
89,133 89,133 0000000000074561e28900f309168fe55ab8c3bc96cd49237d583652da37823e 0.00 MB 1 0
89,132 89,132 00000000000a8db81be09816963506c41ccc1b317293ef94c33fe34bd463a718 0.00 MB 1 0
89,131 89,131 000000000005377240d16b88baf378a2e6f44622b98711f982d3491c55c01cc6 0.00 MB 1 0
89,130 89,130 00000000000e878cef739c9c66b237c6e4c76dc1a0aaad1e4677536906f651ac 0.00 MB 3 0
89,129 89,129 00000000000c041e77de9359fbdb0ff17ed42b62fc2c5b46a798e5e8301e6b6b 0.00 MB 1 0
89,128 89,128 000000000011117c823a33f2dbeaa65f4c9959792c3663d1b08dafc316752c44 0.00 MB 1 0
89,127 89,127 0000000000093daf223dcae52e60801e635188be2f621ae0e3771b99c24a87ff 0.00 MB 5 0
89,126 89,126 00000000000f4215c0ad1bd8c036fbfd3357b9769f7d9b2581424c3130ea4d59 0.00 MB 7 0
89,125 89,125 00000000000c39936df8e76e2ddbbeb992122747471465e4e49a2ba920cd417e 0.00 MB 1 0
89,124 89,124 000000000005c5d6aca0a503811797d2eb3b11a6036b555604cfb1e7963cf2c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.01 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,231.49 GB sent, 118.63 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.