Loading Tool

Explorer IconExplorer

Memory Pool

73,884 transactions
28.24 vMB
0.06857899 BTC
Random Selection Loading Transactions
Max Size: 167.88/200 MB

Candidate Block

Mining Attempt 97f245ccfaf653faf9705b32122335c7e187b09b3da5563e58b620f66eb8291a
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root e129c849a5800e86a975ef0c83d6c2fc779efb2f6f16f48999408a4b07ce7d1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,585
Size: 1.00 vMB
Total Fees: 0.01204493 BTC
Feerates: 101.62 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (505,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,269 409,269 0000000000000000004cc88557817b3fa33e42e1e29f449c11e45281cfa9a81c 2,194 0.99/1.00 vMB 29
409,268 409,268 0000000000000000056848aaf645c983f2b60420391dd5013e90e1df05110b6f 2,962 1.00/1.00 vMB 72
409,267 409,267 000000000000000001ba31730544db2d9730d316878f3fbf6fded0c34f630772 1,770 0.89/1.00 vMB 37
409,266 409,266 000000000000000005795fb23e17158d23acb4e0312819f297b1b40c909b0d4a 2,569 1.00/1.00 vMB 50
409,265 409,265 0000000000000000031e7e6c264e9a63eec073f18b1c6775c97a7ad767e74fc5 2,771 0.99/1.00 vMB 46
409,264 409,264 000000000000000002315417c8c9c707c74126dfb93e98ae7cc243086b18909b 1,220 1.00/1.00 vMB 21
409,263 409,263 0000000000000000010ff0d5c4546ce05287c1cce683e5e7090d2148408153a9 3,162 1.00/1.00 vMB 50
409,262 409,262 000000000000000000688bfbfd839b48bd723d2aed835241674b64d2fa121b14 2,072 0.93/1.00 vMB 37
409,261 409,261 0000000000000000056c9bf7059cef9c7b527c43927f7c1760e94a1799b15063 1,787 0.79/1.00 vMB 33
409,260 409,260 000000000000000001341933947e4d252c4f784a9bf73a2abdeae121f71a597a 407 1.00/1.00 vMB 5
409,259 409,259 000000000000000000f4ab9bcb8f6fe45374013617b19a5b4a9b713dfe89e924 1,065 0.56/1.00 vMB 29
409,258 409,258 0000000000000000006f802378b2adefe97236e408193ebdefd46b67e74100ea 14 0.00/1.00 vMB 79
409,257 409,257 000000000000000002cca2e850915b90130351926b5d19abe4b4902e0bdc149d 2,238 1.00/1.00 vMB 35
409,256 409,256 000000000000000003ca4d7f248743a4ea09fd82538997822c1ff37239e1b5d1 2,703 0.99/1.00 vMB 49
409,255 409,255 000000000000000004085259585f3d31c61ec649fc37d6ba6c4f6ac4b58bda19 1,031 0.83/1.00 vMB 25
409,254 409,254 00000000000000000095a2b955439f1c2152f7673ed8ae1dc7767762c99b7b2a 2,977 1.00/1.00 vMB 52
409,253 409,253 0000000000000000041ac5c5543f66523abf58b088d47931e8b8bb58f1394503 430 0.82/1.00 vMB 19
409,252 409,252 0000000000000000060415a9b2df750121ab2f6935dfa6eb6b3a4dfadba684ee 2,043 1.00/1.00 vMB 39
409,251 409,251 000000000000000000b9322067797c1ed36914030d8dc53b885b6db90070ec01 652 1.00/1.00 vMB 20
409,250 409,250 0000000000000000032e1faafeff5b5eec0d8129704e40ced31d31e939e4ba5c 14 0.00/1.00 vMB 152
409,249 409,249 000000000000000001d98f18b97e1f299f140a0255a4e9415a0b686f9ad151fd 853 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.