Loading Tool

Explorer IconExplorer

Memory Pool

69,450 transactions
26.51 vMB
0.07063844 BTC
Random Selection Loading Transactions
Max Size: 159.32/200 MB

Candidate Block

Mining Attempt 790aad41e0d2be75e9ff7306a27058497f6ac6903a8e1011c060b5025184bb57
Version 20000000
Previous Block 00000000000000000000b27b2190440ac27825933894e3022e019f9fbb1d36f6
Merkle Root 34197e3e5a0b73a5836ef242a721fa3f2c547131ad08bd805a46b891b45665c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,573
Size: 1.00 vMB
Total Fees: 0.01413933 BTC
Feerates: 71.69 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,471 (845,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,936 69,936 000000000149f0ff2978210c40e6c91c62c5f6aed765b692026d772f4920fbf7 1 0.00/1.00 vMB 0
69,935 69,935 0000000001035f666b1702ee9ed4c69cad1f0bd506667ba279cb67c92b1887a6 1 0.00/1.00 vMB 0
69,934 69,934 0000000000b09e182b14d7a2931375c372b58ef1a04cc8a16eb24074c871bc42 2 0.00/1.00 vMB 0
69,933 69,933 00000000011406825a4684063a35349dd4f562810c9e4d018378e3fa062bca51 1 0.00/1.00 vMB 0
69,932 69,932 000000000142cb7cee05f5d32654c4a94d4d1eb1e25cbb15cb137fb1cfb7e1a5 2 0.00/1.00 vMB 0
69,931 69,931 000000000168afc604c791a927d8e1d744d9f35c71f7992f12c1ae89251a4f69 3 0.00/1.00 vMB 0
69,930 69,930 000000000112873d0eb7326ebc31b6e9cea1bbf9cace1cdb06d9b7a80d3b059f 1 0.00/1.00 vMB 0
69,929 69,929 00000000004f9d268603d3f290b4131dddbe8f83577892214f9973419bc6abd5 3 0.00/1.00 vMB 0
69,928 69,928 00000000005a7cc079f564f5ca4b6f528b15b3f226a88d3be27ce7891d82272e 1 0.00/1.00 vMB 0
69,927 69,927 00000000005df6341ad02e227772999c528774fd1466303e2f889f248ccde9a0 2 0.00/1.00 vMB 0
69,926 69,926 00000000009dbb2e682687a555abb6aca6766d2fa4578a7312973f4ad2e39948 1 0.00/1.00 vMB 0
69,925 69,925 00000000012658ccaecf536bf4d2218e3c3471c5bc9c63bd5f7e965e8b89f69d 1 0.00/1.00 vMB 0
69,924 69,924 00000000008a9f704a358b38145c64999f8b78a701d8389a8b4e2897438e2497 1 0.00/1.00 vMB 0
69,923 69,923 000000000102597c14e326b87ab5c1a993277daa12d3dae0ab2799b38264f3d5 1 0.00/1.00 vMB 0
69,922 69,922 00000000007cc2429f36e71e956b5133a17556b82dc01a1d0bdcde1554111306 2 0.00/1.00 vMB 0
69,921 69,921 00000000002584195221c449361be7417742ce583368564346f2aa0ab866e3d7 2 0.00/1.00 vMB 0
69,920 69,920 0000000000c6d6d4f5cc89d7b40526470a8961f767865e2d1a958bc0f7e6d6a2 1 0.00/1.00 vMB 0
69,919 69,919 0000000001029895fd111e0e82556e2ce2ba41e5e3bbdc841704a6276b2a1d09 4 0.00/1.00 vMB 0
69,918 69,918 00000000011c4d183f0584316c8ffdb6372d44831b90eefa32b2e8c84578c26f 1 0.00/1.00 vMB 0
69,917 69,917 0000000000e8dc8268009f927189b2f91d9a7b14d3606a8e6a1c03534f72db19 1 0.00/1.00 vMB 0
69,916 69,916 0000000000bb9985d72b6a79aa819aaa61acfd11e980990e9a632ddb6ae9075d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.94 GB
    • Received: 18.97 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.