Loading Tool

Explorer IconExplorer

Memory Pool

35,159 transactions
28.02 vMB
0.05870340 BTC
Random Selection Loading Transactions
Max Size: 140.23/200 MB

Candidate Block

Mining Attempt bdc7d9167c070d9aee374d69bfba7da71fdf7f6e29605f3c4d2b732c1777aff4
Version 20000000
Previous Block 00000000000000000000872c24b56bc53b068381814062d2109930a290062aad
Merkle Root 1c2d2ff776df371c2d91cda2f741bef5a6564bbbd31aad4c1ab6b8b467f3754f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,274
Size: 1.00 vMB
Total Fees: 0.00505575 BTC
Feerates: 29.32 > 0.51 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,552 (810,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,466 104,466 000000000000248b566e391dbae2729a1fc82567f257d7182f0bd528edfea2f4 1 0.00/1.00 vMB 0
104,465 104,465 00000000000261306e34e4a1d6d37349917f39a98667e51eb72d64dfaffa7c1e 3 0.00/1.00 vMB 0
104,464 104,464 000000000000a0e6d4519fa7991801abdc33b25dac2de4f7f7e1d33d03bab388 2 0.00/1.00 vMB 0
104,463 104,463 000000000000af0a7b0d24152e0b992c55e634f19dfcb499707ea7a6993545a4 1 0.00/1.00 vMB 0
104,462 104,462 000000000002add0706624fa89054693ce7633c127301c66373b3c828c84ceca 3 0.00/1.00 vMB 0
104,461 104,461 000000000003557cbeda1245e0091c09f55dd50f9e8c54a28dd11e22873f91c3 10 0.00/1.00 vMB 0
104,460 104,460 0000000000011d0a8989220b8d98b0860fe09e1437b421aac485e71af8eba735 16 0.00/1.00 vMB 0
104,459 104,459 00000000000002536808457464aaa54b2b374c8b3240d0ef365ce33f2410a4d5 2 0.00/1.00 vMB 0
104,458 104,458 0000000000009211570141d66abcb2a8a2780818f07aaa05b622639b766545f3 5 0.00/1.00 vMB 0
104,457 104,457 000000000000039c2e935324e94cb00f3152338f6e92282a2d4d8c5a88f67f8a 3 0.00/1.00 vMB 0
104,456 104,456 000000000002b366ecd2e12ffa99dfa3ec5eb251a95a047c3505a9077e4e5be4 5 0.00/1.00 vMB 0
104,455 104,455 000000000000628564ff612608f9719b85df3abcca0ad38a6edb612cd3ffcdbf 8 0.00/1.00 vMB 0
104,454 104,454 000000000000ea8946ba3639bf83268dc65509249ed132222913f9a4d0d4621d 25 0.01/1.00 vMB 0
104,453 104,453 0000000000016260d1380b69244b5bab68d6e4daf1ca4b41493eb369cc8cafcd 6 0.00/1.00 vMB 0
104,452 104,452 000000000000e1d9493cbbbea205e8319e8ae2f74bd58e72260f3e3c2024b3bc 2 0.00/1.00 vMB 0
104,451 104,451 0000000000013a5505bc749ce000a6c3635b58b64bcd83abb9e404a4b81891da 3 0.00/1.00 vMB 0
104,450 104,450 000000000001e63926e2ed9141e4e740c7670c9e9877a3d1e6a5809ac996da46 7 0.00/1.00 vMB 0
104,449 104,449 000000000000488d856b4aa4191603c25c37d7265da962d0c37855f3a3b3f164 6 0.00/1.00 vMB 457
104,448 104,448 00000000000240fd0823789fb5c4c143b946b949b80a1a934e2a7c6febf355c3 7 0.00/1.00 vMB 478
104,447 104,447 00000000000053be3d196765d157e0a6b1d9ecef42daa9f7cfe53ab8caad68fb 3 0.00/1.00 vMB 314
104,446 104,446 000000000001906ea02874531ac22a1b70d76d23b5247d5621ccc1d912fba854 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.26 GB
    • Received: 11.43 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.