Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,090 transactions (3.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,900 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,899 (830,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,046 79,046 000000000053c9392ba5d6c15878d8511931de6aaf0b1f1902a93c384f993650 0.00 MB 1 0
79,045 79,045 00000000000272e4a55b48ae17063c30867ca3431dcaa3b1d28ef4cc11b33de2 0.00 MB 3 0
79,044 79,044 00000000004789246488d1f459bf4fe891c4a6c55fba4071a502a2eaff299c9f 0.00 MB 1 0
79,043 79,043 0000000000033decdcb43251e3c6b7f14e409f9dc13e68b0d2652ed4e70d9656 0.00 MB 2 0
79,042 79,042 0000000000471866529a5b42a6297a62aab384ce0b281dcbbdcd0a8b153a2381 0.00 MB 1 0
79,041 79,041 00000000001910655c84063731e5094f205d254e74b7ddb80843c27e8ee47935 0.00 MB 1 0
79,040 79,040 0000000000143754dee3df8ba45f48d078da76e5d84a63316c9f535de4fba6bf 0.00 MB 2 0
79,039 79,039 0000000000101d4c2268439d1b6b59031cf0ac7ef3ec053c0b16e1d90d7ca36d 0.00 MB 1 0
79,038 79,038 0000000000154d77453a2081dace7063cc61b09b428014db9f351f46e959b9c2 0.00 MB 2 0
79,037 79,037 0000000000418cfee8e65f88b1079b0cc70b39cf524ae069b123adbc53c44022 0.00 MB 1 0
79,036 79,036 000000000007e129afb46d6c5c25b3c579832d41c1547398a50a037a907d7d0c 0.00 MB 1 0
79,035 79,035 0000000000401531bf63ddaf56522dc1f661e3f8fb23be94125c32d35971a9ac 0.00 MB 1 0
79,034 79,034 00000000001c7cacd68a26c59ccd87f677350e40c00da25a95754a0a3163073e 0.00 MB 1 0
79,033 79,033 0000000000154b906722d9729e61170ca98c9ee801f725a11bf93d99aa9afc48 0.00 MB 2 0
79,032 79,032 00000000001da551d3faaf873312d291286acb3b59640dd16164ddd50ce82710 0.00 MB 1 0
79,031 79,031 000000000051a75bd122ac2b4c6d0521072a34d96d407c2fe75f8b98dee37640 0.00 MB 2 0
79,030 79,030 0000000000337f5402b81fe07d1efe5bae67413734dc7d69be81a27b9681a275 0.00 MB 1 0
79,029 79,029 000000000002748243d328a13b860540b0275f0a3e2747637f976df4b6f1d9f3 0.00 MB 1 0
79,028 79,028 000000000018e4b84d591df01ebe5fd898589a45afc53450e404a63e718fb6a3 0.00 MB 2 0
79,027 79,027 00000000000b00eb56232ec28dbcabec741f87cf56465442024a7ccfc2a10dcf 0.00 MB 1 0
79,026 79,026 0000000000002733b66a550ddb605dc1124a3133b042b6d89ae936947f2fae81 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.21 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,171.77 GB sent, 114.47 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.