Loading Tool

Explorer IconExplorer

Memory Pool

49,142 transactions
30.18 vMB
0.16588592 BTC
Random Selection Loading Transactions
Max Size: 161.38/200 MB

Candidate Block

Mining Attempt 35ea93ad40ede1d3905f19a3821b4da426a9d69c0f8a5591bdb5e4a7bc881890
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 304c1630ad20375fc9cbe75fd510b13616072eeba35776991c8ce7eabaf9ec09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,144
Size: 1.00 vMB
Total Fees: 0.08847207 BTC
Feerates: 261.10 > 8.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (529,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,325 385,325 00000000000000000151ff588cf6e96456adaef1cde5ff1f637546d4c7c18d85 178 0.13/1.00 vMB 19
385,324 385,324 00000000000000000d20bb2093ee31b5c4c53d93f474b7f4d54007be8c80d06d 601 1.00/1.00 vMB 12
385,323 385,323 0000000000000000016c2693729293e79a05c12e35e4595a8f4878cdd045b4a0 1 0.00/1.00 vMB 0
385,322 385,322 00000000000000000b26a177900f599908016cc6e1a4c070a3661194855858a7 1,490 0.86/1.00 vMB 28
385,321 385,321 00000000000000000a2626922a6b614bb879f4d0517e186155a2f4fcc05d7af6 2,225 1.00/1.00 vMB 49
385,320 385,320 00000000000000000021978fe1d3f716ba0ecacd9fd2faf3139d4702fb33882f 1,896 1.00/1.00 vMB 31
385,319 385,319 000000000000000003b299eaa740eef366780cad50910ca83cb6c64320080769 1 0.00/1.00 vMB 0
385,318 385,318 000000000000000008dc50b8ba46a0ac61411ad22f4b5135d93cf5440117cdb5 1,005 0.99/1.00 vMB 16
385,317 385,317 000000000000000000494b193d1b23759d0ec72b108bf78baf0aeac4a621b30d 1,240 0.93/1.00 vMB 23
385,316 385,316 00000000000000000eac6f8af7b6ec7ecfe2a8b92317ffdd55a7c24b428a9b20 1 0.00/1.00 vMB 0
385,315 385,315 0000000000000000010cd5a1135c8c65be40c4db5fbd3a82c67acb8872c524ba 2,705 0.93/1.00 vMB 44
385,314 385,314 000000000000000003d386a21a21b7abfca21dc16e3ea362fd8607fa18c0ba69 2,076 0.99/1.00 vMB 33
385,313 385,313 00000000000000000ed0dc30e21f159debc5e3c8c5397f8d70e449ecf04df447 1,536 0.75/1.00 vMB 31
385,312 385,312 00000000000000000b48280f45a988b97c508d2444bd25e5975da573999146e8 46 0.05/1.00 vMB 31
385,311 385,311 000000000000000002086bfa5ea5096c0a885a9fd8210092c29296f1bb5c0469 1,592 0.93/1.00 vMB 31
385,310 385,310 00000000000000000c2be1130c14f6163b2edee025ff7acca68227cba36dc465 489 0.63/1.00 vMB 12
385,309 385,309 00000000000000000d6b15f3ea805538a2996b71cf65f778460c73e9e968ae4d 1,880 0.93/1.00 vMB 24
385,308 385,308 0000000000000000007c11ddb3e10be41ef0f6a2a5dbc2915937df8a608c4af6 2,891 0.93/1.00 vMB 53
385,307 385,307 000000000000000002691f1ecb859e04bccb52c0d6f5a3d54c0c21d836589cad 1,924 0.76/1.00 vMB 42
385,306 385,306 000000000000000002d93d3b0f1d4c338b67a6bb136da403a4c5ec2b6a0ba8e3 2,152 0.75/1.00 vMB 53
385,305 385,305 00000000000000000c0bf24243edd5a57d15da6dae4fc62583cb28f1064ca9a3 412 0.23/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.