Loading Tool

Explorer IconExplorer

Memory Pool

74,638 transactions
30.18 vMB
0.08401574 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt b1689090b13c72f04a2cb048cf4f051137551c5c5e034bcf96cc261b7c566a6a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 6f3c50d5f8256340db4c52d4e5a08c9081e435ccf4ed07cb9d0087bb010b4b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 367
Size: 1.00 vMB
Total Fees: 0.01239943 BTC
Feerates: 52.36 > 1.24 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (111,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,280 804,280 00000000000000000004c9adaffa8d7bce2dbb9832e9f16e07dfe478f155ed47 2,396 1.00/1.00 vMB 9
804,279 804,279 000000000000000000025b6bed4f39c968f8de86ab49e497509889b200afb8e6 1,193 1.00/1.00 vMB 11
804,278 804,278 00000000000000000002e45f52d2a8043c2281ca2259aed64ed57f5b35e517f7 1,654 1.00/1.00 vMB 12
804,277 804,277 00000000000000000000880bf4a5a72a79293f6d799c6b0de00105453fcfb5fe 1,626 1.00/1.00 vMB 10
804,276 804,276 00000000000000000004c462c362ae9890400d66e662feeaefc1c47c418c9f51 3,212 1.00/1.00 vMB 14
804,275 804,275 000000000000000000034abd643fcf29b18bd3b2c5b3a45425915695a4a8239c 3,146 1.00/1.00 vMB 7
804,274 804,274 000000000000000000010ea0671479cff5f28c709cba2d1eaecfd6e758e017ec 531 1.00/1.00 vMB 6
804,273 804,273 00000000000000000001100f7ef8fb58541d7b325745d81aed3734696ff65107 2,304 1.00/1.00 vMB 12
804,272 804,272 000000000000000000033d456bbcd9f8ad6ccc28c1528889a655356ffb0069ba 1,463 1.00/1.00 vMB 8
804,271 804,271 00000000000000000003f2be2b80c0dc370ddb4d4c14fd19ae1253456a012094 2,307 1.00/1.00 vMB 10
804,270 804,270 00000000000000000000c210ef4a9d885188ccaa0807affe30a236a013657b37 1,013 1.00/1.00 vMB 7
804,269 804,269 00000000000000000002d51bf839b5fad512d4a94f421c71fa23eafcf90cd314 1,220 1.00/1.00 vMB 8
804,268 804,268 0000000000000000000087f5481e9a2f607c46188ee6d50e5b176dc33a887b3d 2,788 1.00/1.00 vMB 14
804,267 804,267 00000000000000000002fc5eefe0f40a3ba741954dad465a78c5ae2f96cb1aea 2,714 1.00/1.00 vMB 9
804,266 804,266 0000000000000000000099b497f312b4830dc4b5618ee4917c704a91c9437acc 3,210 1.00/1.00 vMB 15
804,265 804,265 00000000000000000003c3f3c049a5e59d7efd29e6f466c2b84bf35316a50859 3,465 1.00/1.00 vMB 13
804,264 804,264 0000000000000000000437d86e94065fa9f1ee75c49b6ff9e1f69e545eeeb688 3,297 1.00/1.00 vMB 11
804,263 804,263 000000000000000000041e2c67e98b49f432fee4c5aa2bba8f02375067fde0f8 1,735 1.00/1.00 vMB 7
804,262 804,262 00000000000000000002e6d33cf5cb440e36cded34c8ea6a45bae40c88ee4782 1,859 1.00/1.00 vMB 10
804,261 804,261 00000000000000000003561d0e34187d3c55bbdb1b54a14cdf93901bac5194b4 2,648 1.00/1.00 vMB 9
804,260 804,260 000000000000000000051d1947b75b0672dc28cf3f1847e077101988e950050a 3,352 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.