Loading Tool

Explorer IconExplorer

Memory Pool

73,068 transactions
28.16 vMB
0.07082989 BTC
Random Selection Loading Transactions
Max Size: 166.71/200 MB

Candidate Block

Mining Attempt 961699d74e13182db626c1ffebb0d4fbe166bb98eada4f3250ca3ca6eacfcc97
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 03044031b4c54c31dc36e4e5c610388cc0f6cd26b08e7d89a7d7adae36863a33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,374
Size: 1.00 vMB
Total Fees: 0.01450111 BTC
Feerates: 150.86 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (290,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,681 624,681 000000000000000000042a066c56a3958b66e4989dc95fdee83694413605c908 2,359 1.00/1.00 vMB 8
624,680 624,680 00000000000000000005fd70a2deb68da1a2956f35a89fa9a389a070168ce6fb 2,200 1.00/1.00 vMB 15
624,679 624,679 000000000000000000117e2b43965e568b5d50004f347f8b6ee642191c2895a8 2,312 1.00/1.00 vMB 17
624,678 624,678 0000000000000000000739b6efe981362d4e78e5d4788851241a0dc20ea04bb1 3,133 1.00/1.00 vMB 31
624,677 624,677 0000000000000000000d774d583c69c97bddfc71aae750bc0136475470930210 2,537 1.00/1.00 vMB 23
624,676 624,676 00000000000000000007e8490263fb26145a4efd1a953af1bcb5e8767553948d 1,305 1.00/1.00 vMB 15
624,675 624,675 0000000000000000000c2eef6a5c92269083372e1fb7af5ddf33d5f4eeabfd27 2,219 1.00/1.00 vMB 21
624,674 624,674 0000000000000000000db7532a3cab39ede4d33c7fac184a89b3dd158cd56724 1,689 1.00/1.00 vMB 30
624,673 624,673 00000000000000000006258681e90c1decadd44f4dfe394c59dc4a524cdcd9a5 992 1.00/1.00 vMB 84
624,672 624,672 00000000000000000009da6439cd44d22975f48e8426bced145359a3e3621c29 2,341 1.00/1.00 vMB 4
624,671 624,671 000000000000000000067a66c16bf21a522207fdb27b90b08fab1f65666d7b2e 2,459 1.00/1.00 vMB 13
624,670 624,670 0000000000000000000a6ce9aeee801225ccfab510f1e98624fb76ceee588e47 2,755 1.00/1.00 vMB 14
624,669 624,669 00000000000000000006567ac80c964b1389f3afc0192a426c5c9c6ed2dfd6a2 2,806 1.00/1.00 vMB 21
624,668 624,668 000000000000000000030330f7756e2bcf0545c7c03b803fb3935ce309016166 2,777 1.00/1.00 vMB 15
624,667 624,667 00000000000000000001c6f5c2ded4af6c3b27dfe57296649687dfa12defb3e1 2,763 1.00/1.00 vMB 19
624,666 624,666 0000000000000000000ee65cc5b9d7185493f1b023c808164bb7a2f82e362295 2,911 1.00/1.00 vMB 20
624,665 624,665 000000000000000000118506ff32c44714dbcf12a18161313f229ac35b99c2f4 2,432 1.00/1.00 vMB 25
624,664 624,664 00000000000000000011bf0e2c406615fc5df6a05a4c0728a21f5dc7ee5d1313 2,650 1.00/1.00 vMB 23
624,663 624,663 00000000000000000008ed7cebc0073fce06cad65ea400bfda797da46c342d84 2,864 1.00/1.00 vMB 17
624,662 624,662 00000000000000000013c434995b214d83a114a412997d6ac0233c2afad0b64f 2,782 1.00/1.00 vMB 25
624,661 624,661 000000000000000000056c022dcbf65dfb089f52e1e339bb8921d941c41ab2d5 2,424 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.