Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,123 transactions (0.46 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
911,948 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,105 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,947 (50,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,112 861,112 000000000000000000000d2bcfe6f4229eb8363758c69bcd412fafb971a470bc 1.84 MB 5,501 3
861,111 861,111 000000000000000000018090195cd7f6f1f5915877894f2467d46319a2e7ef90 2.04 MB 4,512 2
861,110 861,110 000000000000000000008d69bd0419960745e1c2566f5be66264538a7ea7036a 1.66 MB 7,814 2
861,109 861,109 0000000000000000000163fe3d207557f3f15d812ca04a95f1675136b719f99d 1.85 MB 5,035 3
861,108 861,108 000000000000000000018e23dc09ddba1a4afe1a99a815496188bcf0373e682d 1.98 MB 4,993 2
861,107 861,107 00000000000000000002a2b19bb7cb0c96644b8b687eb05f0d21c918b4de8bc6 1.84 MB 4,754 2
861,106 861,106 000000000000000000015f25fbf2f33c1f4399cf99aa26ff4471b14910702a4d 1.63 MB 7,152 2
861,105 861,105 000000000000000000026652c93f7396f30a6be4f9fd07daacba5aa2179807e5 1.69 MB 7,036 2
861,104 861,104 00000000000000000000211b0c65c3610217410d58281d4a2975e06f6ef1b0e1 1.65 MB 6,700 2
861,103 861,103 0000000000000000000301b7014fa91f4fc79ded6c38726a9b84514cedacc8a4 1.54 MB 6,844 2
861,102 861,102 00000000000000000002e748e68bd716f3cc3cefd485401ba222819496fd2f3f 1.41 MB 2,576 4
861,101 861,101 000000000000000000029d282066228bb2f0ca9143d0d10cd27f1f20a6183948 1.59 MB 3,240 3
861,100 861,100 000000000000000000016e01d5184e2d0ef068ca0cd7ed59fc9585fa3a4fda89 1.74 MB 2,408 6
861,099 861,099 000000000000000000020420a2d46d1245f5ebbb9668b784862cd71a5809768b 1.63 MB 3,084 7
861,098 861,098 00000000000000000002895e8b890f316fee10df337d8f52d54bc276f2be6d18 1.63 MB 2,463 8
861,097 861,097 00000000000000000000b3467fce82efc1dfd92f875eae899405f1a24e6e0597 1.64 MB 6,985 3
861,096 861,096 000000000000000000019bf7e527e22470b8585033db134e1c8134fe5cb2af3a 1.69 MB 4,168 4
861,095 861,095 00000000000000000000b41e003bb9f97579d8d84ad840f4c40fdef2f1eb287a 1.64 MB 6,278 3
861,094 861,094 00000000000000000001d591980b7c46e8626e6811aa25c97d3f8108cd31121a 1.69 MB 3,863 6
861,093 861,093 000000000000000000029e41da50e203d3526e9e6407b460bfab1e0484999f6d 1.61 MB 3,612 3
861,092 861,092 0000000000000000000090c44bf431522d51480a6dc12ebac6dc64daa21f9dfa 1.53 MB 3,065 6
Previous 10 blocks ↓
Total Size: 776.99 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,494.17 GB sent, 133.41 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.