Loading Tool

Explorer IconExplorer

Memory Pool

79,053 transactions
29.54 vMB
0.12206247 BTC
Random Selection Loading Transactions
Max Size: 178.47/200 MB

Candidate Block

Mining Attempt 132e08c366acca8df5bc57d3e3c4995fa081705cba9faa8c6d53ab6e4f82fe4d
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root d37ab74e8140ce73a8e9b390523c7ec0767f9dbf6e7d56f5235f330ef83c0a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 1.00 vMB
Total Fees: 0.04293207 BTC
Feerates: 198.58 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (49,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,073 866,073 00000000000000000000a9e74b2503a8ba215e6ddd7260cf7c12e4aab34a9762 3,338 1.00/1.00 vMB 22
866,072 866,072 0000000000000000000005e975ccea279d50d75d99c610397833d97793ddfe42 2,706 1.00/1.00 vMB 13
866,071 866,071 000000000000000000030be8e1d90323ca2d68407db355cce710f1c18b0ce9ad 3,844 1.00/1.00 vMB 32
866,070 866,070 00000000000000000000e66df73456e1c16d62cdd683438cf6ac833872085ef5 3,290 1.00/1.00 vMB 41
866,069 866,069 00000000000000000001267954f455ba2534c8ba9df8af3796bb15728e3f3c22 4,124 1.00/1.00 vMB 10
866,068 866,068 000000000000000000020e769694a9d61e67e22eeeed1690ca88e1f1bedaf0a0 2,694 1.00/1.00 vMB 16
866,067 866,067 00000000000000000000d9adc157f926adf9ddc893c347e75584c6ed2883b3ca 3,672 1.00/1.00 vMB 16
866,066 866,066 000000000000000000027e538967813a6633b36fe0019c3c9f05b27aa714f7c5 3,825 1.00/1.00 vMB 11
866,065 866,065 000000000000000000010e4caa9aa1a5a8eeb8b27e602bb4f2ed13ad5e0fcb38 4,305 1.00/1.00 vMB 10
866,064 866,064 00000000000000000001d82473e266e2364a1665de43159b861bd83a0f25053a 3,644 1.00/1.00 vMB 18
866,063 866,063 00000000000000000002eec35ca6b352705d5ffbeb40cb66b9a95de80acf3d77 4,171 1.00/1.00 vMB 9
866,062 866,062 0000000000000000000102d98cd7cf138734377af51cbc0329f7b01b24af9d0b 5,488 1.00/1.00 vMB 13
866,061 866,061 000000000000000000008890248ec74f53a58e95cecd7dac549f850889ec310e 4,062 1.00/1.00 vMB 18
866,060 866,060 0000000000000000000211dab3f9d02c5b75a2f502c8fe9370c45f1a7e85c9db 5,434 1.00/1.00 vMB 32
866,059 866,059 00000000000000000002e694f648d8f9a5c5ec9a86c41a43c1a74d59ef985508 5,389 1.00/1.00 vMB 55
866,058 866,058 000000000000000000028c93adfde1caae844c15024da1cb04fd37da2cf6c379 6,245 1.00/1.00 vMB 103
866,057 866,057 00000000000000000000c14222d1ef1e0850c11d712205912a6173f123b76843 6,113 1.00/1.00 vMB 158
866,056 866,056 00000000000000000000496e0f41df4dd200e2e3527725f4721f1ce047ab7c30 6,767 1.00/1.00 vMB 29
866,055 866,055 0000000000000000000143e0f3c9003f3eb9a4a9f43e2cfa367024c97b818102 6,716 1.00/1.00 vMB 15
866,054 866,054 0000000000000000000199ebe688ae15712f117e1c9270c34b804c20764fe92f 5,849 1.00/1.00 vMB 18
866,053 866,053 00000000000000000001d08a1b937d2f69f4c2042dcec51bd87ba1a9318e2550 4,005 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.