Loading Tool

Explorer IconExplorer

Memory Pool

72,986 transactions
28.19 vMB
0.07288633 BTC
Random Selection Loading Transactions
Max Size: 166.82/200 MB

Candidate Block

Mining Attempt 6a00bfff0348c4621f1a35c1a8fe9d8f62d72541d2ae449bb7807631ac3eecd8
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root cd3f1a0870a144d4b6cc8c377f9c51ea483a4e0e0fee7d02cd7047dd8581097a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,073
Size: 1.00 vMB
Total Fees: 0.01641764 BTC
Feerates: 157.46 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (422,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,837 492,837 00000000000000000062a5b27bc538ae4de5dff45417345474e264f87fe1fa5e 2,776 1.00/1.00 vMB 196
492,836 492,836 0000000000000000003c916aadedc6a8160918e8f06190e638ebaf0434b1f440 2,762 1.00/1.00 vMB 260
492,835 492,835 000000000000000000a3bf41ea8795e496fcfd1288179b6df0e5b17e329fa250 34 0.01/1.00 vMB 381
492,834 492,834 0000000000000000000b1c3066abf731172c074453d22d8f81698df4846bdea9 2,617 1.00/1.00 vMB 220
492,833 492,833 0000000000000000001e24d1be4f4a5e2e9cd1c8398937e2e4342cc6557b1cc8 2,926 1.00/1.00 vMB 282
492,832 492,832 0000000000000000007a8379bd8a178dd6e4647dd752c3b6dc358e9271102464 2,476 1.00/1.00 vMB 236
492,831 492,831 000000000000000000ae3468c54ce4c3d4aeb05999538698e75695a21753d04a 2,537 1.00/1.00 vMB 224
492,830 492,830 000000000000000000c104492eca55fd1da2b3129a15c793d4573c21022acdbe 2,947 1.00/1.00 vMB 265
492,829 492,829 0000000000000000007dc24268221307df0acd5b47ec35e019c3c9056e57f340 2,363 1.00/1.00 vMB 232
492,828 492,828 00000000000000000093ab610cdfa846ee012f72b8ba64a294bc0bb66217ec11 2,958 1.00/1.00 vMB 256
492,827 492,827 0000000000000000008191bd4481445e524ce9f69ce71c56d2f336c45bb3fdfb 2,732 1.00/1.00 vMB 253
492,826 492,826 000000000000000000af8c3bcf5c06e58ab3c5fe0d4509d90aa2ecf7cfb6f5a6 2,686 1.00/1.00 vMB 232
492,825 492,825 000000000000000000171587004916adb5b416ad055d33de5558e3567cce365a 2,567 1.00/1.00 vMB 241
492,824 492,824 00000000000000000035744c94ba24559a218b4a1d3a2507085187429fda761b 2,549 1.00/1.00 vMB 217
492,823 492,823 000000000000000000710bcc3957bc30f5ce1438ebd1ce06214cb34d2ef810e9 2,708 1.00/1.00 vMB 246
492,822 492,822 000000000000000000991f367ca630dbf215e6d056c45c24a462b4ae8ff73bde 2,422 1.00/1.00 vMB 235
492,821 492,821 000000000000000000835d481247788e03fdbff2688f1afca426eab676e7dbd6 2,826 1.00/1.00 vMB 258
492,820 492,820 000000000000000000539a7d022b7b9f1d185026219edfc16dd824aa7254afba 2,731 1.00/1.00 vMB 254
492,819 492,819 0000000000000000007396593d459621316899355a04a8d7b3d736c16d309bc3 2,750 1.00/1.00 vMB 220
492,818 492,818 0000000000000000003f29632d2f501814e6715743b58978532051b7b3a58e4d 2,422 1.00/1.00 vMB 239
492,817 492,817 00000000000000000032b0acbef1dce61493eee4e5c5f91757ce8db38fbcf4ab 2,137 0.91/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.