Loading Tool

Explorer IconExplorer

Memory Pool

17,533 transactions
8.01 vMB
0.02521759 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.90/200 MB

Candidate Block

Mining Attempt 53308007b3cc2643bef10d2a78f2305b87744d2fd3258e4b509ec1adb3da57a8
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 732835bd1e01de88377fc26085ee52eee65cc714bbb4c257e9577ee1841980f6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,685
Size: 1.00 vMB
Total Fees: 0.00845340 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (702,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,984 210,984 00000000000000683c81c90986bf903e26fc44173a2d1ad90024288c32ce7ee3 65 0.03 vMB 129
210,983 210,983 00000000000002e282e53851327a790e3e4b2f9f87914bdbe79b4cd2612adf3b 147 0.06 vMB 218
210,982 210,982 000000000000012a47aa155e4580a290caec345530c2a9501db0474b9a38453e 346 0.21 vMB 100
210,981 210,981 000000000000022652e7b2093845c15c3cbf62046d061ee3e39fcf2f8140d6b8 41 0.02 vMB 638
210,980 210,980 00000000000000c7ef14325f3023b4d19ddfa825c6fd356e2f17ba39c1db3fdf 89 0.03 vMB 24
210,979 210,979 00000000000002f5e1bbe2f1d58f37220af7f08e7774314804bb9239906ba54b 345 0.16 vMB 170
210,978 210,978 00000000000001d47c58194e813bc84641129fb439f570a9c2745dd29d8bb847 7 0.00 vMB 0
210,977 210,977 00000000000001db1f81512e1ea523382c14daf26822ddd2c6f35d722d1a1e7a 170 0.11 vMB 120
210,976 210,976 00000000000004006aa5eaf20f8966be87bb3154899b43d83daa1bcb73666be7 10 0.00 vMB 1,095
210,975 210,975 00000000000003bb41358b18f428444a63e426dab7210cd0d7ee43783424c9d2 256 0.12 vMB 156
210,974 210,974 00000000000001da5e00337141f52ef57a4d6afc1d226fb20e0d74ecd61c91f6 256 0.08 vMB 276
210,973 210,973 00000000000000b9e9fe6733c17af53acaa978646d9a72458cbfcfde173a9d14 9 0.00 vMB 444
210,972 210,972 000000000000005194e72a95c8d3d9a0a6c9b7f267f831d5c811257fc18c2acb 169 0.05 vMB 85
210,971 210,971 000000000000029ea59b7715c5c1778289a609a2f378b3ea73d3890b9bea90c0 130 0.05 vMB 110
210,970 210,970 00000000000004e00d489819694d08ad2a4d3345a5cf085b93fc9529660a9e66 151 0.07 vMB 129
210,969 210,969 0000000000000459cd80d6e3c55ca8efb95925402741c3edaf39d4811bd801a0 490 0.22 vMB 162
210,968 210,968 000000000000006fdfa7ea5b21c976e1cf3f93f0f5b0e6f0ac3a0f7b3935e95a 9 0.00 vMB 151
210,967 210,967 000000000000026f611f789307b39704e1df086c1878096dc7733799005146b6 448 0.18 vMB 168
210,966 210,966 00000000000002420b6163e596f70c8cab55628e5eeaf47463d1d999c9f17440 654 0.25 vMB 275
210,965 210,965 00000000000000f00478b996d1658366d851f7316a18b1f19d28b981259f96f7 9 0.00 vMB 122
210,964 210,964 000000000000023b3bc9f555a761bd400dcf41bce3116eaf488ae6904be0ce2c 805 0.38 vMB 179
Previous 10 blocks ↓
Total Size: 779.54 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: 246.61 GB
    • Received: 0.93 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.