Loading Tool

Explorer IconExplorer

Memory Pool

50,325 transactions
28.84 vMB
0.07525638 BTC
Random Selection Loading Transactions
Max Size: 154.13/200 MB

Candidate Block

Mining Attempt 25535a29898df705b7c51327df5a729259f9a3c2391ac0df60d1f4be04a4ec53
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 776b9c6e58ca59a7ab34808f60a3f42e3896497809e3db5e1526e327dfdb90c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 1.00 vMB
Total Fees: 0.01210388 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (125,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,303 789,303 00000000000000000001e72e897c1de0ba80ee6dd12854cedd15a43b4ea40703 4,266 1.00/1.00 vMB 109
789,302 789,302 00000000000000000000379aead80918b1b9d2786da01105bf7fc4862ca33c29 3,689 1.00/1.00 vMB 52
789,301 789,301 00000000000000000002f1ad8f3b8c3c54e0bf2af7af73321a6981c5865da7ef 2,460 1.00/1.00 vMB 58
789,300 789,300 00000000000000000004866b64f09eab823f54cbed25635b58fa215272382495 3,297 1.00/1.00 vMB 108
789,299 789,299 000000000000000000029671b329aaf04023cf7fd4b03916188e18f6651c93c0 3,160 1.00/1.00 vMB 72
789,298 789,298 0000000000000000000415d532437c14da18ca802f00b732d28320006bc24aa4 3,818 1.00/1.00 vMB 181
789,297 789,297 000000000000000000048dd105972c5a47169e9fd65b394c5cd160cc4a7f09f6 2,962 1.00/1.00 vMB 92
789,296 789,296 000000000000000000034656249de28dced93eb19cdf2a2feffb24f7c69ece55 3,018 1.00/1.00 vMB 98
789,295 789,295 00000000000000000001962647edfd0cc2053fed9c112af50731d80379e1d6ca 3,121 1.00/1.00 vMB 99
789,294 789,294 000000000000000000038b952dba2ce90a92e37de80ec6622ec04bb92aa564df 3,662 1.00/1.00 vMB 144
789,293 789,293 00000000000000000002039194f8da153fbfbecbbec82ef246c1a4224efc246b 3,249 1.00/1.00 vMB 192
789,292 789,292 00000000000000000001c3644e13a48b3f091162ca8df21cdf0ba7d9fa77eb87 2,212 1.00/1.00 vMB 146
789,291 789,291 000000000000000000001b655c8f30e1d72f0b2df8f04aca21b9ad1d5c6b0e22 2,826 1.00/1.00 vMB 225
789,290 789,290 00000000000000000005ce83d7130d8b713a93896bb89d81a4db78a2202c6332 1,986 1.00/1.00 vMB 258
789,289 789,289 000000000000000000016ef1b85267e2bb4b6172b4558869e445e96c9a445bfd 2,441 1.00/1.00 vMB 200
789,288 789,288 00000000000000000003ca20f7e899d6295c20aa0c000354e7743e17f0efc96d 2,048 1.00/1.00 vMB 167
789,287 789,287 000000000000000000005ac77fc9e1352145ff8a85845440e0f3e821c483e326 2,613 1.00/1.00 vMB 149
789,286 789,286 0000000000000000000218d2d97222505af74eec6052c5d7a2252c414cfac709 2,042 1.00/1.00 vMB 276
789,285 789,285 000000000000000000042ed363955c06cfe528156051ebd861ba6f341bc82c83 4,851 1.00/1.00 vMB 76
789,284 789,284 00000000000000000005cd645e26ce3c09dc10734e89ea4e7a4466a44d5eb5c6 3,943 1.00/1.00 vMB 48
789,283 789,283 0000000000000000000594a03ca7f61715a33a4a2d1d55c6b93352eb6c6d7ade 3,764 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.