Loading Tool

Explorer IconExplorer

Memory Pool

78,264 transactions
29.41 vMB
0.06650701 BTC
Random Selection Loading Transactions
Max Size: 176.59/200 MB

Candidate Block

Mining Attempt e236b901b6c2809acc972f88f6ffb87706f3861e311c92a28d3f586df6a98c6d
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 511e8778db5455a041037cb79ed8b29955965ca90bf900a6eb72cc55f8f01f84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,743
Size: 1.00 vMB
Total Fees: 0.00681213 BTC
Feerates: 180.34 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (795,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,969 119,969 0000000000000048b067e05e286c706aa210fee0a518693edfa988bd883df861 10 0.00/1.00 vMB 0
119,968 119,968 000000000000985e2fc8f34c3a8366f5d6adbfcc0d8eca085f892e4aa35c67d3 8 0.00/1.00 vMB 629
119,967 119,967 00000000000013aa7f91d6578c8f8db27611f00e7979e5bd2a763c01bc54d55e 9 0.00/1.00 vMB 1,249
119,966 119,966 0000000000001a86c6e9a3bcf7fd86b054879fc31345ec032b6495fecbc7ab9b 9 0.00/1.00 vMB 0
119,965 119,965 00000000000069cf03c847d7d1d58b44474021b31dc65a8e83fd3a08e60a768c 36 0.01/1.00 vMB 895
119,964 119,964 00000000000064ac7c1b57c1d3b4fd3a3aeb2f26c96c2dde853eef230a271048 40 0.01/1.00 vMB 855
119,963 119,963 00000000000001a831ab6fbd4fa8c1bb98f1f07f0ceb1c5c1a8a2b4c8b567e8b 12 0.00/1.00 vMB 668
119,962 119,962 0000000000001cf475ca2791a37145307500b752d7ea8d57d513a4d77cf7c7eb 7 0.00/1.00 vMB 0
119,961 119,961 000000000000453154dc06cf8a4d0caba8247de3999e6501a441dfba0129df33 12 0.00/1.00 vMB 1,619
119,960 119,960 0000000000000208f44ba18047fddd3aeaed7faf28bd5493609596f9e2a8e1cd 61 0.03/1.00 vMB 101
119,959 119,959 0000000000002f0e764c591c145eab6b23117bc09d4e7e9a04c2f620aa2f4c76 11 0.00/1.00 vMB 3,927
119,958 119,958 000000000000b378fd34826fb260580cd9c297568630f13858bf04ef78e105e8 11 0.00/1.00 vMB 1,276
119,957 119,957 0000000000004571220ee7baa7638c2a2ba67461d006c45c6512a26c638f11e6 13 0.00/1.00 vMB 875
119,956 119,956 000000000000b25e8202644233438cf4e1ebfa5d54901bae73dd0281406b0b42 9 0.00/1.00 vMB 313
119,955 119,955 00000000000000f6a826df6779db2f9f9340e9c1cf7140bceda743b7c090e128 42 0.02/1.00 vMB 416
119,954 119,954 00000000000076d72aba397500c80d19dd7dbbc07d1e13441bbf698c537d8b8b 10 0.00/1.00 vMB 870
119,953 119,953 00000000000077982683cb2cbb04347cd7687b54cf2d5c064b01260ca6bd0d47 23 0.01/1.00 vMB 1,165
119,952 119,952 0000000000006177d80c2c1045e2ec659047f26c0984f3b381d6b36ef05db8d0 7 0.00/1.00 vMB 0
119,951 119,951 0000000000008ce0fccc0f3ac405181320f74f2fb7dfac4075a5285d8e435b17 3 0.00/1.00 vMB 0
119,950 119,950 000000000000416725c6c007e7b417f43cef8458a5faad0043042118d8e92285 25 0.01/1.00 vMB 493
119,949 119,949 000000000000247e5eb5a8b3a0a92d4e5ba9859822671b225745b1d7be14a302 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.