Loading Tool

Explorer IconExplorer

Memory Pool

46,386 transactions
27.96 vMB
0.07514233 BTC
Random Selection Loading Transactions
Max Size: 147.15/200 MB

Candidate Block

Mining Attempt 967d0422a8f980e8cd38a8dd0fe0efe182f9133bfe0ad1405bff6ecad9c6d7ed
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root ba56ae261e2092e9edb3983d1a1f9b760f17f14ac4a514c2acb9a5a6554a8afa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.02189521 BTC
Feerates: 100.36 > 2.19 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (389,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,857 525,857 000000000000000000010d2fbf7b20c6460ae86d7128bdc51e33f2f7e3627e9a 1,976 1.00/1.00 vMB 18
525,856 525,856 0000000000000000000c0041d434e3fea0e4b88e99e5da28101064ab4bfec1a3 1,083 1.00/1.00 vMB 10
525,855 525,855 000000000000000000287af5d4376a5286e192f63a54c381c9e44e5ddc46ee8e 1,246 1.00/1.00 vMB 14
525,854 525,854 000000000000000000307feb59f978738ce815b8470bb5fcac88de21c131a5df 316 1.00/1.00 vMB 3
525,853 525,853 000000000000000000128795fd0a1f507b0abc4a7a140a2a0acee9ddec25527b 608 1.00/1.00 vMB 6
525,852 525,852 00000000000000000032ea4d0ef6d75240905d4acd935c2ba627390707c3463c 2,501 1.00/1.00 vMB 20
525,851 525,851 0000000000000000000f455bbedaf3b7b76a461f43d848a57e614357abdb29d8 1,288 1.00/1.00 vMB 10
525,850 525,850 0000000000000000000ab17396bfcb6e389eba7d3060d9ba03694c6cbd4cd268 496 1.00/1.00 vMB 4
525,849 525,849 00000000000000000034ee9cbee23e990d20ba00bc905173d1c7e0d7c9702b6f 1,723 1.00/1.00 vMB 16
525,848 525,848 0000000000000000001ef86bcec294842f8d2b8daa2ab0da2cb42aa7071b709f 1,050 1.00/1.00 vMB 12
525,847 525,847 00000000000000000028f746b3bb0a8b26689db32217e7bf6a3865ba4bfb2471 2,231 1.00/1.00 vMB 13
525,846 525,846 00000000000000000033628d1dec38dc282914e34afb691691f8ee03a6bb29cf 924 1.00/1.00 vMB 8
525,845 525,845 00000000000000000034cb9dfac689a8715c30f5b09ec28274541fe0b34334b8 2,829 1.00/1.00 vMB 7
525,844 525,844 0000000000000000002e4bfecf9bebe2a232172b6bb6a006d8649ba4ddc595b5 1,630 1.00/1.00 vMB 13
525,843 525,843 00000000000000000004f52ff0493494521340429b9f205950c41e33a03acee8 2,206 1.00/1.00 vMB 19
525,842 525,842 00000000000000000013355b23cfef3eba5ec82f030f40f69508500ca4363498 2,638 1.00/1.00 vMB 24
525,841 525,841 000000000000000000392166dff6e19aca48a7c2b05bde967b7a21617b2cef38 1,447 1.00/1.00 vMB 15
525,840 525,840 00000000000000000008f49ee79c0aa545bc7b2235f1afa4347ed53576cfa7a1 1,026 1.00/1.00 vMB 4
525,839 525,839 00000000000000000006f627971cff35ee1bffada6c6046127b274304f9fed68 341 0.14/1.00 vMB 18
525,838 525,838 00000000000000000031793a17f7cf6cfacee0baa8512d72ef81be8952326b17 2,564 1.00/1.00 vMB 4
525,837 525,837 000000000000000000337ddd7da1cea5d010269481c19be46b85a3ca78eded35 2,312 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.