Loading Tool

Explorer IconExplorer

Memory Pool

83,121 transactions
30.85 vMB
0.09028955 BTC
Random Selection Loading Transactions
Max Size: 186.16/200 MB

Candidate Block

Mining Attempt 53dda05b9917172b2cf3f3203943e710085e5f48ded9fedb32b692e736d477e6
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 79f4caf26a4aaecc20991697b5b78dcd218c2dccf1111861b627f93dbec95f1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02368778 BTC
Feerates: 366.60 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (562,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,972 352,972 00000000000000000c5ba5514200a282d409fc776f6e1705b8d81171e9a51bd0 798 0.53/1.00 vMB 22
352,971 352,971 00000000000000000e4d4905f637dcc8d32283623c7968332f062656bd926c1e 737 0.75/1.00 vMB 17
352,970 352,970 000000000000000002f8a5d9f513aa4850a185cecfd7a2e0d26fecc0875e9d6b 1,280 0.75/1.00 vMB 24
352,969 352,969 000000000000000005c62f9c4b211f73b3f6b4d782bccecb5622b3224522a670 2,757 0.90/1.00 vMB 40
352,968 352,968 0000000000000000158073d4db38bf16eb7b72c6c5f8a5c0096f380d24769a78 2,354 0.90/1.00 vMB 37
352,967 352,967 00000000000000000bf99c66e61512e54ce050b2e1ed93adbae0d48acd566fbd 1,351 0.73/1.00 vMB 27
352,966 352,966 00000000000000000b0eddc6b7516a46b062107c87a1b29496c1512b43deb8ed 868 0.40/1.00 vMB 20
352,965 352,965 000000000000000009f65a4af8093ae620f40e6340c09b4c7b4c39ec062f9b26 1,343 0.75/1.00 vMB 160
352,964 352,964 00000000000000000f34626ff514781e665c80552153aba66727452703349774 1,879 0.75/1.00 vMB 34
352,963 352,963 000000000000000010e77df0d89ca6a6f677fa722f9d2473b766420b6e2bafec 518 0.27/1.00 vMB 24
352,962 352,962 00000000000000000abacae66d380703ef3dbd0dab626d5e772f8e96cf5a3bde 131 0.10/1.00 vMB 15
352,961 352,961 000000000000000005a553e434df9ce0465ddca1f1fceaac2648b260c0a7204e 1,367 0.64/1.00 vMB 28
352,960 352,960 0000000000000000066fbac1c89ba321c30e598f6d1322b1ceb698bb4c538ea7 482 0.35/1.00 vMB 20
352,959 352,959 000000000000000010049b09704b208f49c77836f8dabf36335fc831e9f943db 1,006 0.50/1.00 vMB 26
352,958 352,958 00000000000000000ed6f376391670757aef4f443cf95b029c99b975356ff1d5 614 0.31/1.00 vMB 24
352,957 352,957 00000000000000000c674dbdd10af2cef07ab3c9128d926a8033ab752a671ea1 577 0.30/1.00 vMB 27
352,956 352,956 0000000000000000047235d7b972ce27cb64bfeb3554a9e4e5c0be3f8c098d09 1,173 0.59/1.00 vMB 22
352,955 352,955 00000000000000000b4b9f1cbcc9dbfe85f1cc97130b72397b7b1c943aa0f01c 128 0.04/1.00 vMB 34
352,954 352,954 0000000000000000131d32d361870f388f98c85a7a3f3b49159839da291b35ef 1,608 0.75/1.00 vMB 33
352,953 352,953 00000000000000000ce9c3696f12235183f17964cdbb20df6382b8e519eb6acc 1,368 0.65/1.00 vMB 29
352,952 352,952 0000000000000000140d46acb0490024bc53f885b46b0a4c64559192a23403bc 449 0.19/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.