Loading Tool

Explorer IconExplorer

Memory Pool

40,515 transactions
25.77 vMB
0.05271924 BTC
Random Selection Loading Transactions
Max Size: 134.41/200 MB

Candidate Block

Mining Attempt 3f331286dafd378314ffc974297bd546503a2d976c5e9bc08c3ab60285d2c4be
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 41df544c332bc77c2f28a22fc0764f094792f8e7dcb9ab3fd49a59c5fda8ab03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,644
Size: 1.00 vMB
Total Fees: 0.00609682 BTC
Feerates: 75.74 > 0.61 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (912,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,321 2,321 000000005a3e48ac94931820ecad2e423467232c48b9258501994ff61a548ca6 1 0.00/1.00 vMB 0
2,320 2,320 000000007c10649de417536ee07de1f01c0626c12b7ba2e4d5fbba3795eb1a69 1 0.00/1.00 vMB 0
2,319 2,319 00000000303a4583fd6758b31198cb8bae8427dbf62f879a0848539a6a5376f0 1 0.00/1.00 vMB 0
2,318 2,318 00000000fd09b9bde2042508551ba03266daf362e8e2029332c2d93d0c947033 1 0.00/1.00 vMB 0
2,317 2,317 00000000e0fb65763a98dd44af4150924c3be965b545c625f8999821cf7bf37b 1 0.00/1.00 vMB 0
2,316 2,316 0000000084fc48f2fc98e994ab6f676ef5a58992954775d6e02e5a864ca93455 1 0.00/1.00 vMB 0
2,315 2,315 000000002d12c33db8318af7ea6836aabd8b2da30dca4b3a7e38a48dd99e6ceb 1 0.00/1.00 vMB 0
2,314 2,314 000000005f94dc8d776ffe1d1e27e0116fb5308d3f65b6c4c077c675d3d92e84 1 0.00/1.00 vMB 0
2,313 2,313 000000000c7cc1382aea8698cd52304cfcff6f3f044958acbf890da20f096674 1 0.00/1.00 vMB 0
2,312 2,312 00000000c07fd2bc50c21d3acd40b37f591ceaeb6dedcbc87c2f5a92b8c880ea 1 0.00/1.00 vMB 0
2,311 2,311 00000000c56f613c78509701f4564954047124e8313743795ae073b86003012c 1 0.00/1.00 vMB 0
2,310 2,310 00000000947dddd5cc9dab71d3088ca43f02bb3dab80712f693dd7ce67c0077a 1 0.00/1.00 vMB 0
2,309 2,309 00000000d57d78286874d1070edbac52f2db69b0413214a112f63d620d259922 1 0.00/1.00 vMB 0
2,308 2,308 00000000e0600b60a1e769bbc5b45a3f2e081ad11f6ee7e63850fefa281236d6 1 0.00/1.00 vMB 0
2,307 2,307 00000000b352e35abc4dc0fc9a58ca52631616d28b1a42245166f3dcfef5df9c 1 0.00/1.00 vMB 0
2,306 2,306 000000002723d8bf25e81b295070bb37f03754fec32dc494d6426c9a2e776b9a 1 0.00/1.00 vMB 0
2,305 2,305 00000000f859605cd1ae6c87a84a9ce862da68db1481c8d508ca4d1b0a35c6a7 1 0.00/1.00 vMB 0
2,304 2,304 0000000083a06109f41e330f5ccfba3c146cfa37496a821b05aebc7e40fa30d8 1 0.00/1.00 vMB 0
2,303 2,303 0000000034513c8f15e871647ead42a924d597b5c9303e6aea529cf06ad302aa 1 0.00/1.00 vMB 0
2,302 2,302 00000000c00a1d667be37a43eb5e5f2a409cc0a72d9f3fa89a42d41409cd5ba4 1 0.00/1.00 vMB 0
2,301 2,301 0000000005293c54b44c3ae0230ebe9efab661dd7b3068fa44ad33e872282363 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.92 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: 646.02 GB
    • Received: 12.80 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.