Loading Tool

Explorer IconExplorer

Memory Pool

77,115 transactions
28.79 vMB
0.07851252 BTC
Random Selection Loading Transactions
Max Size: 174.14/200 MB

Candidate Block

Mining Attempt 75e9582dcfae0486b2e2b997e8238b5e010ffdf286e394e1905af8d64d5d004f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e734da1193a1de12587bef4d6ab0db315bc094c8c59a95bef4ce37d26e5e0ed1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,620
Size: 1.00 vMB
Total Fees: 0.01861424 BTC
Feerates: 150.93 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (237,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,906 677,906 0000000000000000000a0b4e2ebc0bc0b52d2052e54971c4a1beb6d634b05201 1,254 1.00/1.00 vMB 95
677,905 677,905 0000000000000000000b55975d34d3ddb5a1b4d960b053bf8ca750951454a1f6 2,211 1.00/1.00 vMB 37
677,904 677,904 000000000000000000060d8eadf856a8a28cc470d2fe29b2470b3e812f9101c2 2,593 1.00/1.00 vMB 76
677,903 677,903 0000000000000000000a4a42d558c44586af22587d4db9a785472d34da5da165 1,677 1.00/1.00 vMB 69
677,902 677,902 000000000000000000030732a9f022fef1e60691db247a326f4c96f324ebcaea 2,716 1.00/1.00 vMB 67
677,901 677,901 0000000000000000000b155bbcf7d93dd9fac2f2dfecb97e6f49347c48a932cf 3,052 1.00/1.00 vMB 57
677,900 677,900 000000000000000000096f425facee1adc21e781cd78c2291f0374b94a87b859 2,880 1.00/1.00 vMB 77
677,899 677,899 0000000000000000000ab7ba9cc24b564aaae741974aa5733dad55dc3379da30 2,499 1.00/1.00 vMB 90
677,898 677,898 0000000000000000000752d892b190779844d01dc74bb7d74efc9a86cde4d20e 2,197 1.00/1.00 vMB 110
677,897 677,897 0000000000000000000ab560c0e7220bb8f1abc6bf0557b7e0c3fe6ea13907d0 2,756 1.00/1.00 vMB 79
677,896 677,896 00000000000000000001627f45a377dedb8dd6d5c702ba075c2dc096af2f605d 2,217 1.00/1.00 vMB 94
677,895 677,895 00000000000000000009d419fe538fe3da32c1efd0b041c998d504e2f16b9ae0 1,856 1.00/1.00 vMB 93
677,894 677,894 0000000000000000000aa0f48f84e6318ac9d06385d606c67fe5091dbf7ccf0d 1,161 1.00/1.00 vMB 85
677,893 677,893 00000000000000000000744678f84372da7a4e96b2f1d0a84b74bda760363e6b 2,905 1.00/1.00 vMB 110
677,892 677,892 00000000000000000009a4e546806e6e55e420a9cb0c3ea845bfa5ca8fbced0c 1,091 1.00/1.00 vMB 91
677,891 677,891 00000000000000000006aa074ba2047ab2a94d8f11aecefbf24daca2dc03f033 2,710 1.00/1.00 vMB 94
677,890 677,890 00000000000000000003fc400d6da156dfda4b8982c61360345cc32fc928b45c 2,248 1.00/1.00 vMB 55
677,889 677,889 0000000000000000000382b3bca9bae8a32768eac6825978ef166668cb4957da 2,924 1.00/1.00 vMB 57
677,888 677,888 00000000000000000004289cfa2bdc1afc2d8b39bffb557d85f0d2a98e261e53 2,779 1.00/1.00 vMB 67
677,887 677,887 0000000000000000000bdf75a94be77669601e621c9ca61d3a15619e58070499 2,457 1.00/1.00 vMB 109
677,886 677,886 0000000000000000000bb25f57ae7fa8b31858ff95baba3a26ffb8ce977146aa 1,775 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.