Loading Tool

Explorer IconExplorer

Memory Pool

76,957 transactions
28.56 vMB
0.10027483 BTC
Random Selection Loading Transactions
Max Size: 172.73/200 MB

Candidate Block

Mining Attempt 9285c9967351d3a3bba98e725fb2ff87be00d58a293a4579fb330f085ea45601
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root adef4b92da2f866a7be0e3b65b65e89e0e17754428ebc0898f932551bf025344
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,395
Size: 1.00 vMB
Total Fees: 0.03507281 BTC
Feerates: 150.80 > 3.51 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (350,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,850 564,850 000000000000000000074898fd74ee09de14f850914e4edbaa8c761baca1db5e 2,842 1.00/1.00 vMB 43
564,849 564,849 0000000000000000001355754ec5b07d9b2a26937b6815e1ee4c0871ce1c8ef9 2,291 1.00/1.00 vMB 38
564,848 564,848 00000000000000000021d4cb497400ce083594e761bb6b9d87dc2da95456a4ab 2,326 1.00/1.00 vMB 11
564,847 564,847 00000000000000000011b68f7285bea76cd30932d3566b22cd7309e64a331ae4 2,928 1.00/1.00 vMB 7
564,846 564,846 0000000000000000002a27eb6fdd973dd95475017bae84ab10ccdc5d6c33a2fb 2,781 1.00/1.00 vMB 34
564,845 564,845 00000000000000000029b53a660c0ca036aa0c3cd262e67c95bbbb73f9ff24c3 2,971 1.00/1.00 vMB 6
564,844 564,844 000000000000000000166bdfb345fed0a1396ee1385df4b90ad35c6b6ea8cca1 2,448 1.00/1.00 vMB 24
564,843 564,843 0000000000000000001e9136c4093a6e2bf7bca20c79f69fdc606695bda286cb 3,161 1.00/1.00 vMB 25
564,842 564,842 0000000000000000001b09b77783cbbabfc66d7d4cb9080eacb4db6d9c94ed45 2,541 1.00/1.00 vMB 35
564,841 564,841 000000000000000000155bbf3427f30680693644e799713940a8640ec2809aed 3,120 1.00/1.00 vMB 59
564,840 564,840 0000000000000000000d9bf0f93230c251c9451b694d949224d8ff1072c58526 2,359 1.00/1.00 vMB 19
564,839 564,839 0000000000000000002cd9ec1b8b1f65ea04fd330fece11ae29827e8e193bf66 1,985 1.00/1.00 vMB 32
564,838 564,838 0000000000000000002578fbcdee8275e8ff4a14fc872f7c9c5df21958021a26 3,335 1.00/1.00 vMB 38
564,837 564,837 000000000000000000197823ccb75f793b3076c907ee2202cd39016367b8fad2 2,632 1.00/1.00 vMB 53
564,836 564,836 0000000000000000000af8b06d928e25e9138e94a33e13ea3f08d7c078405c54 2,857 1.00/1.00 vMB 13
564,835 564,835 00000000000000000015dcc6cdfddb5dbf380b7d43eb67f9062a7a5b374aeff6 3,160 1.00/1.00 vMB 47
564,834 564,834 00000000000000000007ae183e640bda87e136c697dd0472f754207e1479331f 2,464 1.00/1.00 vMB 5
564,833 564,833 0000000000000000002505052cde5e8aa8ec7ff39805caa8531eb66af5ab5c1c 3,103 1.00/1.00 vMB 19
564,832 564,832 00000000000000000028b4dab1d4a7c38c9fe6572e46d68a762f3139be248afd 2,969 1.00/1.00 vMB 36
564,831 564,831 000000000000000000151827935364013b899f49c66c11688e3c34abe546ff33 2,828 1.00/1.00 vMB 20
564,830 564,830 0000000000000000001a5fa8ecb72988d2d356b6445cbf9f9ec73cfdf9bf39cc 2,541 1.00/1.00 vMB 27
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: 11
  • Data Transfer:
    • Sent: 712.63 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.