Loading Tool

Explorer IconExplorer

Memory Pool

78,705 transactions
30.02 vMB
0.08956440 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt 10d4210ba9ad0c176a175bcab71a68bc785cf8b87da2b36180f05c41b5593750
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 6bc07d0be62fce7cfe442951934c2642196a0744e1aaeb49d157151d471aa4f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,901
Size: 1.00 vMB
Total Fees: 0.02006361 BTC
Feerates: 150.61 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (639,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
275,775 275,775 00000000000000015b6466996d40adb30a43ad87e5310daaf5e5e3a209d11c73 112 0.06/1.00 vMB 37
275,774 275,774 000000000000000363a8798e4aabe8e4caa2a0091d085383f7d80c38573ec913 491 0.20/1.00 vMB 35
275,773 275,773 000000000000000426e9583fad2749f95e6baf5d730091c0e7508f82d7fb1d3a 83 0.03/1.00 vMB 50
275,772 275,772 00000000000000027c3bf9cd65834f4e04f01c92a100eaa0b6f823607dba9bc4 80 0.03/1.00 vMB 107
275,771 275,771 0000000000000003f2191b434de3ed402c7517b83a500b708eae4de12eb8861a 284 0.14/1.00 vMB 51
275,770 275,770 00000000000000040ac5a1d47975ed479f2cb507bf30ebf07af73619cf1c5e2a 210 0.10/1.00 vMB 50
275,769 275,769 0000000000000003a66ff35f4f7c4ef5304bbb102c280e2162acf491cb50af2a 213 0.11/1.00 vMB 39
275,768 275,768 00000000000000048d55c3c9416c040a4b446bdcbb59d0beadd00eaa540c0dd2 298 0.13/1.00 vMB 58
275,767 275,767 0000000000000004ba0bf21c42aae6d779b62c8548fa93b6ae655bd937319c6c 504 0.19/1.00 vMB 58
275,766 275,766 0000000000000004781315bda1a232c2e6fe733cf59ffa541b3d5d6fc3f85fa6 176 0.07/1.00 vMB 61
275,765 275,765 00000000000000031da147650042a9bed97c4f441ed2e80fb900c2bdd57cf709 134 0.08/1.00 vMB 31
275,764 275,764 00000000000000029e4ca2dc09117e805e625f2b4d01e2d35801d4e6da315aa2 342 0.12/1.00 vMB 41
275,763 275,763 0000000000000002d85fe8c2222f664ac2ef0f442fcc8d7702b7c2c1248a12ac 412 0.24/1.00 vMB 33
275,762 275,762 000000000000000492f407b89c7abd64e9479ed9bdaa40358d2fcd6ff5b93d60 137 0.04/1.00 vMB 36
275,761 275,761 000000000000000099ba02a1e07f2a91065d2eaf19643bf611ef80b66680127e 136 0.05/1.00 vMB 50
275,760 275,760 0000000000000003c6abd72e2efd826a102c2c694d201475448d164ab894bd32 207 0.10/1.00 vMB 22
275,759 275,759 00000000000000023a5b7c1f880e0df732d1c149b8c2a379da0bd14b5e7387af 519 0.22/1.00 vMB 61
275,758 275,758 0000000000000004a0698f0a8c9e9a05b9bf52160860590a1981a8436a215e9e 332 0.14/1.00 vMB 43
275,757 275,757 00000000000000033dddcce740fb9e391d03fc4041af051ff6650b7585bbf7f1 183 0.24/1.00 vMB 20
275,756 275,756 0000000000000004444b403a97e7971c40f2b6db6640b354d7339a45e6ad61d6 45 0.02/1.00 vMB 32
275,755 275,755 0000000000000002b4a646db4fbe032e117e0d0b02a7e20a71c237ce4c7d6b16 237 0.10/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.97 GB
    • Received: 16.34 GB
  • Uptime:

Notes

  • 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.