Loading Tool

Explorer IconExplorer

Memory Pool

76,105 transactions
29.13 vMB
0.10347773 BTC
Random Selection Loading Transactions
Max Size: 172.18/200 MB

Candidate Block

Mining Attempt ca6666e2c34e35ec11a4a2dd1fa7d5085efab86d8612241c318abcc316195af6
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8d80cf36e53ee4ae0a6cb2e0b525511232a63ce4e059dfe65897df71dc1830b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04123402 BTC
Feerates: 201.37 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (339,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,910 575,910 0000000000000000002651849a2c9c314f85452de2e2bb35d5c1e4069b60b516 2,379 1.00/1.00 vMB 63
575,909 575,909 00000000000000000012254a072fa1fbf47c5edc348b172c1e7e7e598dfdc1d4 2,749 1.00/1.00 vMB 102
575,908 575,908 0000000000000000001527be57acf55469a593aec35955ac558c6878c8a7572c 2,846 1.00/1.00 vMB 71
575,907 575,907 000000000000000000061b571522debd55664397931ee60fc75128594764991f 2,895 1.00/1.00 vMB 90
575,906 575,906 00000000000000000003c11ff0ff1bc633af69280892b3b94203bc4d6a24e743 2,566 1.00/1.00 vMB 109
575,905 575,905 000000000000000000073e433b3c25cb067cac5d8ffba6f6fc5440ce7b616630 1,752 1.00/1.00 vMB 62
575,904 575,904 00000000000000000028aff70ca917260603d07ebee9a99bfd84ee9b2e227185 3,131 1.00/1.00 vMB 112
575,903 575,903 0000000000000000002920fbe483b2c7f727af15bfe0303a74818fbfe163a4e3 2,080 1.00/1.00 vMB 53
575,902 575,902 0000000000000000001accb9896d9774f458bf2f0ed6b712f3193210a7905d51 2,276 1.00/1.00 vMB 99
575,901 575,901 00000000000000000024319aa0b3cfa97973510245e6e2712c0c95b88681d380 2,144 1.00/1.00 vMB 48
575,900 575,900 0000000000000000000b38eccf99407fe1947ed10a757f8160b95f410772934c 2,574 1.00/1.00 vMB 45
575,899 575,899 00000000000000000017d8ba8c9ac8f2bedd6db71b2b2b610b566fc89f6888f9 3,111 1.00/1.00 vMB 71
575,898 575,898 00000000000000000009969d265fcab75a5294bf41795a419536edafca721f28 2,835 1.00/1.00 vMB 70
575,897 575,897 00000000000000000007af5c628433c9ceb8b13c4e0b456fccf79788f15da261 3,073 1.00/1.00 vMB 81
575,896 575,896 000000000000000000030c747b8ba37b6de455a2a4503930d0e8e8b36f4990d6 3,113 1.00/1.00 vMB 107
575,895 575,895 000000000000000000118eb9b2aade3c8398803acbdf9bd2b35d7da464bfc30b 1,958 1.00/1.00 vMB 48
575,894 575,894 00000000000000000008f9d0984c59556f2d4729d3622c2e33558b177a76ca90 2,158 1.00/1.00 vMB 47
575,893 575,893 0000000000000000001afad0f4cb00457c40f5655ff18a5d5eb82ec4963ff3a0 1,898 1.00/1.00 vMB 43
575,892 575,892 0000000000000000001989d638dff1d038e8e2b26983fba98aa5509d1a5ffe02 2,507 1.00/1.00 vMB 50
575,891 575,891 00000000000000000010b6dcea977e366bf8cab67ecb02b318d7ea65810d72d6 2,642 1.00/1.00 vMB 69
575,890 575,890 0000000000000000001a818629e3085ac60fda828edbe0151d6d8cd6fd0ca412 2,418 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.