Loading Tool

Explorer IconExplorer

Memory Pool

77,110 transactions
28.61 vMB
0.08889098 BTC
Random Selection Loading Transactions
Max Size: 173.54/200 MB

Candidate Block

Mining Attempt 81fd1976d781de98fe86e717dc22c3ad3b60383c7ac59166765cb228ddfad844
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (510,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,262 405,262 0000000000000000043f76402432ebcf359ea0c1aeba2ca900db1c6f2f4cd6a2 2,863 1.00/1.00 vMB 67
405,261 405,261 00000000000000000253f5d4108c445d7d399caabe0a13a3b99a824aa8f27dd9 2,369 0.93/1.00 vMB 52
405,260 405,260 0000000000000000066d4f9ad124f9db27b934febbac4c24d5fc8f9aafeface6 3,766 0.99/1.00 vMB 52
405,259 405,259 000000000000000004a3b81356f948bfd1522bd44ce1dc92b255405e6eefde86 1,601 0.93/1.00 vMB 56
405,258 405,258 000000000000000004d4f589a841e83294a72de325141bdb4b2ccc52908f41b3 2,397 0.93/1.00 vMB 86
405,257 405,257 000000000000000005e99183521c79b36b535b44118967d8bf54747ba46f6e4a 1,391 0.55/1.00 vMB 51
405,256 405,256 000000000000000004c6bbe649687612b5e0d068d36c8c01a3e526215b0303db 321 0.21/1.00 vMB 25
405,255 405,255 000000000000000002fb38715fbf2dba803112d302d8c22104aa610722a22783 1,537 0.63/1.00 vMB 42
405,254 405,254 000000000000000001c07f28b98db6fe521cca4e0c516ca719430702cce9a1a6 604 0.28/1.00 vMB 41
405,253 405,253 000000000000000004a95ed67dc230b79b1c200aba036f352bb5667f362c1127 862 0.54/1.00 vMB 32
405,252 405,252 00000000000000000467ddccfeac8027f78ec6490bf2cb215e2d71d7669795cb 1,488 1.00/1.00 vMB 36
405,251 405,251 0000000000000000015df2d90a225db37dd144ce09cec00f3c0ae569a90d965e 1,961 0.99/1.00 vMB 48
405,250 405,250 000000000000000001d22427db0b7942dd5993f203dd5f75cddf4fbe5a459514 3,040 1.00/1.00 vMB 71
405,249 405,249 0000000000000000028ec69263fd63aad4919a1171f8c75b54723a6ddae2dad3 1,062 0.92/1.00 vMB 24
405,248 405,248 000000000000000005ac9b797d58c997a4c024859d35d8b3cf2c7090afebb952 1 0.00/1.00 vMB 0
405,247 405,247 0000000000000000010d3b6f8b2a99d29e99fd2a79cb96c4c0d5ea5a823b5018 441 0.36/1.00 vMB 24
405,246 405,246 0000000000000000057ea2b87d095edee7922c6ba5eafa8a244d6cb1cf637f5f 1,121 0.70/1.00 vMB 65
405,245 405,245 000000000000000005e37d4f7f1a9757084b71618c858b9d67f79f9f327aac64 147 0.07/1.00 vMB 45
405,244 405,244 00000000000000000015f4e4398f472f411240b23ce982bd9c6e3b0d39ab82e8 849 0.56/1.00 vMB 30
405,243 405,243 00000000000000000238b2dff7548d3dea8a6b4778a584422cae3c29a5c3e853 1 0.00/1.00 vMB 0
405,242 405,242 0000000000000000021621b1969ab824a091716671c3997d5a4ac8f06db3931d 2,666 0.99/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.