Loading Tool

Explorer IconExplorer

Memory Pool

33,291 transactions
25.10 vMB
0.05008544 BTC
Random Selection Loading Transactions
Max Size: 127.34/200 MB

Candidate Block

Mining Attempt 44365b9cf13c1f9c3e7fa736031fd4489449a3d05df35a9cdca508aa93f07323
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 5dd79b84871c7e577421903775d638e0e252b6b5e0d8b19988d95ec9ab6523af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,625
Size: 1.00 vMB
Total Fees: 0.00493884 BTC
Feerates: 40.21 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (241,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,291 673,291 0000000000000000000a026e7ff50bc5c0279e04c2a26c698de3ead8a054b04f 2,597 1.00/1.00 vMB 119
673,290 673,290 000000000000000000043037f1ef752c0b3b91ad969fe0a73eb581fee014113a 1,574 1.00/1.00 vMB 108
673,289 673,289 0000000000000000000257d4d2f505626b5f303eef228c7d77d3da76342ebf3c 1,102 1.00/1.00 vMB 86
673,288 673,288 00000000000000000003ef910b70e51892aa90ede7298bc7bc2ef3b59725f8b4 2,833 1.00/1.00 vMB 86
673,287 673,287 0000000000000000000ade235c8f0a6120de9b94e093164bb4fddcce72125daa 1,820 1.00/1.00 vMB 81
673,286 673,286 00000000000000000003b7b4bf99c1130f7726cb452de98a41fb36a4f05b763b 2,363 1.00/1.00 vMB 111
673,285 673,285 0000000000000000000b6900e6c138b036c8f3c9079416c5f8e3626ad93b4e5d 1,702 1.00/1.00 vMB 84
673,284 673,284 00000000000000000004d5f15451c493020dc3f0e82bd0701ce27618ed9978ee 2,981 1.00/1.00 vMB 104
673,283 673,283 00000000000000000007b58630ce5b9c70c6279719ffc6cec0b3dfa2edf187bd 1,823 1.00/1.00 vMB 96
673,282 673,282 000000000000000000078c54e2f33b11584c37c3fc61f1e966c698cab405b7b9 2,424 1.00/1.00 vMB 101
673,281 673,281 00000000000000000005188933c5f8e73a84cfd7e356ed56d939e92a17fd5fe0 1,532 1.00/1.00 vMB 104
673,280 673,280 000000000000000000067edc970ca2a111bf39e0d4db04c9d8dfabdadc0fcefc 1,531 1.00/1.00 vMB 110
673,279 673,279 0000000000000000000bfde9e3b39cc8cdfb3757a7ede75f07adb7e4482f702b 1,868 1.00/1.00 vMB 121
673,278 673,278 00000000000000000009759720df6cd9e2b9befd06ad67b73d838cc5887fce46 1,567 1.00/1.00 vMB 104
673,277 673,277 00000000000000000001035b36b03c3b317f83d561adba6cf017e204e806c595 3,387 1.00/1.00 vMB 132
673,276 673,276 0000000000000000000bb044957a2a0ef59b011372e85c5a93eedd77c8c169ba 2,432 1.00/1.00 vMB 115
673,275 673,275 00000000000000000006aa9dc9116f5e40aef4ca226a783e5298120c6830b458 2,577 1.00/1.00 vMB 54
673,274 673,274 0000000000000000000a17ffe6deadbeaeee2b9bb6d1975fcbd3d91a5db7efcc 2,696 1.00/1.00 vMB 84
673,273 673,273 00000000000000000003c898e1a11935a17656ec4e4bb961f03ad38206164867 1,261 1.00/1.00 vMB 51
673,272 673,272 0000000000000000000570ab850b60039529c76ccab694c83e6b2db39bc37d79 1,362 1.00/1.00 vMB 17
673,271 673,271 00000000000000000006d657481ebea7171fca4d9a6d52f84441c14cbec3eaae 2,189 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.