Loading Tool

Explorer IconExplorer

Memory Pool

83,404 transactions
31.26 vMB
0.16729080 BTC
Random Selection Loading Transactions
Max Size: 187.09/200 MB

Candidate Block

Mining Attempt 224093c9d08b344d43c02ebfb29537fd89ed97bd5bee5a9d8c77ef35ce655ffe
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 78b80295eba546a0a76c6ec5f0a22bc23c779febaa987196b7ef4ad8ffe8ad43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,798
Size: 1.00 vMB
Total Fees: 0.07266799 BTC
Feerates: 301.37 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (365,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,981 549,981 000000000000000000053c799586277f85215a03c267f824945fd4a759779ada 1,058 1.00/1.00 vMB 6
549,980 549,980 000000000000000000009407d6acfa9426ef3388c30c67d83ba1d4d14ba71716 3,027 1.00/1.00 vMB 5
549,979 549,979 0000000000000000001fc4b1799e4d6ddd0313a79ed8d5d958bc625782ceddfa 2,617 0.82/1.00 vMB 23
549,978 549,978 0000000000000000000262cb5c0e0b1b05346b9220de33475ea03ee1c9c2bf4e 2,714 1.00/1.00 vMB 10
549,977 549,977 0000000000000000000726d186d6298b5054b9a5c49639752294b322a305d240 3,236 1.00/1.00 vMB 22
549,976 549,976 0000000000000000001a29ff1a375a75cfdb7586d7aad3798b3b63f6e317c7a3 3,035 1.00/1.00 vMB 6
549,975 549,975 00000000000000000007d83f9515ae652fb9bac3bcf5c2f6da680d448b9f376b 3,082 1.00/1.00 vMB 11
549,974 549,974 0000000000000000000ec717261197089b88acb3d118d4ad55756c270713fc66 3,103 1.00/1.00 vMB 21
549,973 549,973 00000000000000000016b18a308b29ed8e0a8756f1049423fd56c5ecbdbc8510 3,220 1.00/1.00 vMB 16
549,972 549,972 00000000000000000001b4e0eeb905c3b1ca20e0813d47db1a19ffd6747139b7 2,978 1.00/1.00 vMB 18
549,971 549,971 00000000000000000020e0b3624c14cca7af7c2fd417825a617b4981514c268b 2,930 1.00/1.00 vMB 20
549,970 549,970 0000000000000000002328ec97ac86b0e284cc8a4e0d30215307ef60c5585e3d 2,771 1.00/1.00 vMB 16
549,969 549,969 0000000000000000001e47cd96ed8ce3273facf0ee7b767b175eda1971a9d94e 2,575 1.00/1.00 vMB 16
549,968 549,968 0000000000000000001ee78347908b811ec9936fba95727192155b39688adcd7 2,072 1.00/1.00 vMB 18
549,967 549,967 0000000000000000000fe6a1351af10ed3b5869ecdb8d5a3630b31ee5b368e9e 2,922 1.00/1.00 vMB 32
549,966 549,966 00000000000000000001291d90cb21531852a57864fcd570fd984b3258235548 101 0.05/1.00 vMB 20
549,965 549,965 000000000000000000211431f83ec45e8d9ae3a57087da5f093d1b4bebaa755a 146 0.05/1.00 vMB 14
549,964 549,964 0000000000000000001a48d01d01ed9582b001d3f51e61ba4dc3f21c2ce03b89 1,407 0.49/1.00 vMB 18
549,963 549,963 0000000000000000000f89e7f27851fcde53130371ac5f0e58fb89e0166b2a9c 2,191 1.00/1.00 vMB 9
549,962 549,962 000000000000000000222d75efb09cc2b9a63a933a798dc778cf95830cc0a5ee 613 0.21/1.00 vMB 14
549,961 549,961 00000000000000000008b4cf3c2324d1e17ec66019811754bf4a5e39a598759a 89 0.02/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.