Loading Tool

Explorer IconExplorer

Memory Pool

55,969 transactions
31.85 vMB
0.20233559 BTC
Random Selection Loading Transactions
Max Size: 171.67/200 MB

Candidate Block

Mining Attempt 0a179a48ba8cb0f4a63bd8b58769fb785bce4ed3c3bed3b1042304aece8cbd3e
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 5337e090b6523f8ae7d428396b22f488df6049533d8de426719f2b3d674d7dee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,499
Size: 1.00 vMB
Total Fees: 0.09201994 BTC
Feerates: 502.67 > 9.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (99,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,402 815,402 00000000000000000001c074b48bdd11b6494795de29b0c4106a45194240a63d 3,640 1.00/1.00 vMB 58
815,401 815,401 0000000000000000000097035c780819cce18735a1b4cfce1102795b90a7a2e2 5,370 1.00/1.00 vMB 54
815,400 815,400 00000000000000000000bf02d29f56eed362efce74d36cdb326bb577d5755642 2,801 1.00/1.00 vMB 43
815,399 815,399 00000000000000000002eb3710d8dc16791ceb9e54ac836a655fb6c265ecd7b9 4,789 1.00/1.00 vMB 59
815,398 815,398 00000000000000000003f640b4e64cdc33a615ffc0f7347fd06cb60f6a3c3414 3,815 1.00/1.00 vMB 55
815,397 815,397 000000000000000000025d31e7f72a9894dc25161c8682aa135bfd51f7cf272d 6,259 1.00/1.00 vMB 51
815,396 815,396 000000000000000000024075afa08dfe9f6b8c8a5cebb88f774f4f7cfe7f384c 3,940 1.00/1.00 vMB 52
815,395 815,395 000000000000000000032bf936521650b719da50e512fe688d91fe7865e03b80 3,367 1.00/1.00 vMB 70
815,394 815,394 00000000000000000002d4a8df7512734e6828ed3bb3fe40e0aba63cbc35fae9 4,228 1.00/1.00 vMB 54
815,393 815,393 000000000000000000001600e606e2336938853f3fbc5faead777bb80d0cb02e 3,154 1.00/1.00 vMB 59
815,392 815,392 000000000000000000005c2ed1f077b70ce8ffc752e90c6291c2d6d754197258 3,086 1.00/1.00 vMB 41
815,391 815,391 000000000000000000008fa8db61fbf6b060a09602a64a688b9d3660957f511f 2,820 1.00/1.00 vMB 55
815,390 815,390 000000000000000000014f984c8d3490b7ec545e88e1891199349421dd9292e5 4,439 1.00/1.00 vMB 41
815,389 815,389 00000000000000000003ef923a543852b18a271e2705e11c34e32f068407c57c 4,058 1.00/1.00 vMB 44
815,388 815,388 000000000000000000034915e1386c9a016900096a157110cf10cb7beeea22d9 5,354 1.00/1.00 vMB 41
815,387 815,387 0000000000000000000290b23921ac29bb213a0d79a6af3a6c45abd438a3e71e 4,832 1.00/1.00 vMB 37
815,386 815,386 0000000000000000000031d8b0ef873f1f4571aa5267d2ebf62e8e490408a6ee 4,180 1.00/1.00 vMB 42
815,385 815,385 00000000000000000002a58eb3b4c7499b43249ae0905b8630fcae732e2786a7 4,600 1.00/1.00 vMB 42
815,384 815,384 00000000000000000001088a7f681048dd453c2a9304749cbdf5d68d3edbe41b 5,181 1.00/1.00 vMB 41
815,383 815,383 00000000000000000002ede0e763f9e97d2dc986dedb493f7f320b38a7b64f18 4,637 1.00/1.00 vMB 43
815,382 815,382 0000000000000000000059f3683dfaa41bdbfb5824ee554d03c1a0c55a66bfee 5,435 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.06 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.13 GB
    • Received: 13.42 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.