Loading Tool

Explorer IconExplorer

Memory Pool

78,667 transactions
29.14 vMB
0.11817219 BTC
Random Selection Loading Transactions
Max Size: 175.82/200 MB

Candidate Block

Mining Attempt a1c0933cd580c733e2328c0e80bd3364935ec8814f582e2fc3a92afd4a83a3f8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 472d0663791bd242819f0f456baf60189ead144c26b4a83f04ce1c0027719d8a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.04255953 BTC
Feerates: 150.80 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (311,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,794 603,794 0000000000000000000c7e593e5ddede606118a169df7433f9ff2afd1b777293 1,808 1.00/1.00 vMB 9
603,793 603,793 000000000000000000152919595a6dabe315b76d6ed6789c94842703c7dd365f 3,343 1.00/1.00 vMB 17
603,792 603,792 000000000000000000097feff8cbd9601ef8d4d4cc23396458d04bcbe08c14e0 3,177 1.00/1.00 vMB 33
603,791 603,791 00000000000000000010107cd2993714a4edcc72a2767cf1b0e814cfe6709f6d 3,073 1.00/1.00 vMB 16
603,790 603,790 0000000000000000000b2a1ae691f228964258244b8e273ea8c51158559dad19 2,511 1.00/1.00 vMB 20
603,789 603,789 00000000000000000003c621bc55eb76dfeb3943ca61fc01bf0f3aa211badb21 3,163 1.00/1.00 vMB 35
603,788 603,788 000000000000000000137614a24b49576dc5d16ef44a49c01f0d4152d2063bc0 2,114 1.00/1.00 vMB 17
603,787 603,787 000000000000000000045cb46138cc46ed1493de09a72c839d4f443d8ca3af92 1,986 1.00/1.00 vMB 4
603,786 603,786 0000000000000000000f8fdfd0c7e6a4f50f09c5af91582673a3ce1fca7f0e53 2,825 1.00/1.00 vMB 4
603,785 603,785 000000000000000000075b57bfa7be199f052bb8682f1706f29039f07ea26804 2,443 1.00/1.00 vMB 27
603,784 603,784 0000000000000000000322eb01964032509d4b69228318f7ac7718f46b17c96f 2,941 1.00/1.00 vMB 32
603,783 603,783 00000000000000000010aea0968c7ff781716411868e0c289d2348e2b40b3a26 3,017 1.00/1.00 vMB 25
603,782 603,782 00000000000000000011718f62124db6ece77ad7a99296a509b31be15a642031 3,106 1.00/1.00 vMB 38
603,781 603,781 0000000000000000000e57cbf6eb5969cbaae13a3ccb153ce7bd80c1337426a2 2,675 1.00/1.00 vMB 14
603,780 603,780 0000000000000000000fafc6f0863cd06b07346748f40979f8a2d00cede8bad3 2,877 1.00/1.00 vMB 13
603,779 603,779 0000000000000000000b9d3d5fc41ec5f2d516e444800447c56596d5c0b32ee9 2,294 1.00/1.00 vMB 29
603,778 603,778 00000000000000000013726ed52c9b1f5309f28a08160e8b3d790eb153fbeb0f 3,255 1.00/1.00 vMB 34
603,777 603,777 0000000000000000000e9d983964583ec394032b14bcc5589337e155409b105b 2,774 1.00/1.00 vMB 41
603,776 603,776 0000000000000000000881cd7636342a1b0c19fb4ddd3e81308101a4bff74774 2,259 0.69/1.00 vMB 23
603,775 603,775 000000000000000000102e306d5a64d20a5fc8c5f062f44175debc7dd6261f10 2,971 0.90/1.00 vMB 20
603,774 603,774 0000000000000000000f427c944b93e2d89a11b3db97ae02435b5f1adb52fd61 3,134 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.