Loading Tool

Explorer IconExplorer

Memory Pool

79,150 transactions
29.46 vMB
0.08404172 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 54cfe43fe55edf400415145c110ba5c600ea0f13dcca59efaf7ecec650f46e3b
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root de248e9b54ef42b4cf162e957bc6a5ed87a8f2a4748526f71ea5c966b4682569
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.01932199 BTC
Feerates: 402.60 > 1.94 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (551,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,982 363,982 0000000000000000084655e181713b58481bf70c81b5168289f096a26fd84ff4 1,609 0.75/1.00 vMB 33
363,981 363,981 00000000000000000c170fe7733c9aa9bfbab0a2826410ae45b48035073f15e1 3,351 1.00/1.00 vMB 69
363,980 363,980 000000000000000009774eee50bc9979c2361f6fce3f63dac8d022887ff39f4f 1,078 0.99/1.00 vMB 15
363,979 363,979 000000000000000007c4583a40179e4e9afc02a358a4006e475c18445850291c 826 0.75/1.00 vMB 6
363,978 363,978 0000000000000000017425f6d6f663ff309795f2e57c716b9460aeb0f8be93eb 1 0.00/1.00 vMB 0
363,977 363,977 00000000000000000e9f171001a9ef4f4b8f1be1eb03d1f365f44534eaeb79d2 1,031 0.75/1.00 vMB 16
363,976 363,976 0000000000000000131f192142d1226e47e5b3d83fdee254d882781d93fe880d 1,429 0.75/1.00 vMB 35
363,975 363,975 000000000000000002571126a7955301e711daa6807bbb92ccbd1d5e7b2f3343 1 0.00/1.00 vMB 0
363,974 363,974 000000000000000013edd60b9cfc7209295ae29977fb3d1194e4dccdea247b16 1,616 0.93/1.00 vMB 33
363,973 363,973 00000000000000000cc6dc8c9569b9e6bf5e6214b18a84e39e85c78a78b2542a 1 0.00/1.00 vMB 0
363,972 363,972 0000000000000000155f479992a6ffdde730bd9deb5ce061af726658a5a71fc3 2,031 1.00/1.00 vMB 36
363,971 363,971 00000000000000000964ac27e33d7433b5d3a3405e9282ef134d105be2f3d5af 2,633 0.93/1.00 vMB 52
363,970 363,970 0000000000000000155be7c324979115c4463bae7e6972ce905cb4f989b08e46 964 1.00/1.00 vMB 18
363,969 363,969 00000000000000000b5c8f2492ed9c05b2c62cc4d9fca72923e42a88ffdee9ab 1 0.00/1.00 vMB 0
363,968 363,968 000000000000000014138edbbaa26e43b0e21a17e2d8be93e00a50323d8648a4 1,224 1.00/1.00 vMB 25
363,967 363,967 000000000000000012bcade28a71a421c8102df9fa4e6643113b440dba705ca6 1,977 0.93/1.00 vMB 36
363,966 363,966 0000000000000000009d2e8bd852ebfaf9fa14e3dbadaad314e2df452c92eed0 1,072 0.75/1.00 vMB 26
363,965 363,965 00000000000000000c9528c99cd6dd6c42229c70ac1ef32b7150b555e23e8f1f 1,715 0.95/1.00 vMB 32
363,964 363,964 00000000000000000726b1da1859fdc05650f6c0cc081165850977d984f5d37c 609 0.92/1.00 vMB 14
363,963 363,963 0000000000000000160b13e7208935f8cb31f7134e9e9020b1afff61d2161238 1,220 0.75/1.00 vMB 26
363,962 363,962 0000000000000000059c19540d35cfc2878824bb525b7d57595eb56e52385bf3 1,430 0.93/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.