Loading Tool

Explorer IconExplorer

Memory Pool

79,205 transactions
29.32 vMB
0.09773571 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 7869076200be3275788eb2257d133954c050c447ebe660f4a2c7d4dbdd789b49
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root ab1e07e4a00c78dbde56612685d1a29607158bcd34339a7953faf6e55e077b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03550510 BTC
Feerates: 150.62 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (97,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,021 818,021 00000000000000000001788a5bf06b4cc40410cafa38eb7c8cf3ba5fb49f776c 3,746 1.00/1.00 vMB 118
818,020 818,020 00000000000000000001efd97e81eadeb7617c63a72f1dd788c41bbd8bfd857e 3,927 1.00/1.00 vMB 112
818,019 818,019 000000000000000000042ff58f9b1e281a9a0afd0a5a181fa4212f6ea202f0d0 3,626 1.00/1.00 vMB 99
818,018 818,018 000000000000000000036cdb95bd25d06183df6584a29ebc96d7c609f77d9245 3,587 1.00/1.00 vMB 147
818,017 818,017 00000000000000000000f87310c3e5a7903a19e6cada0777eedbb4b5a64465bd 3,114 1.00/1.00 vMB 157
818,016 818,016 00000000000000000000324a0860e13066d7beed9785d47523b46a64b6f380e8 2,027 1.00/1.00 vMB 222
818,015 818,015 00000000000000000002e6710101233b85e9977b8864239edce6ef0a3728993f 3,885 1.00/1.00 vMB 93
818,014 818,014 00000000000000000001e904c4f9a3e26c0f44f50c756a271e565ba0f6129429 2,827 1.00/1.00 vMB 140
818,013 818,013 00000000000000000003a1fa0cac19d735ae4c9ed1a58c3ad5b60afaa3f311b6 3,732 1.00/1.00 vMB 102
818,012 818,012 00000000000000000003815de574604c4fd207869601a5a5947eb8952797f2f0 4,185 1.00/1.00 vMB 103
818,011 818,011 00000000000000000003c6d7719528932a0f96453ba8be0d26931e96d806ef33 4,267 1.00/1.00 vMB 99
818,010 818,010 00000000000000000001e2c4170108bc93de30a96c23cc47453e5ebebc452263 5,783 1.00/1.00 vMB 66
818,009 818,009 00000000000000000002122cd3ebc3bf2c54f5c5df6541f448f27722d2cff062 4,220 1.00/1.00 vMB 104
818,008 818,008 0000000000000000000161c45b90427d45e91254133a61f7f65901994d23d566 3,895 1.00/1.00 vMB 77
818,007 818,007 000000000000000000001b17d085e96a921d50bfd46d3154a2e319f6dcd43ac8 4,485 1.00/1.00 vMB 84
818,006 818,006 000000000000000000007b257d5fdec6f095dde45e6eb67efc54b19429208d9d 4,419 1.00/1.00 vMB 85
818,005 818,005 00000000000000000001f403067ff360e40470749f3e54b883e1a613ca911dc9 4,478 1.00/1.00 vMB 78
818,004 818,004 000000000000000000016f7a1de92e4436b4a3d33be97eb4a26678154564c10f 3,475 1.00/1.00 vMB 138
818,003 818,003 000000000000000000008edba54f11a247262dbbf36da16ba802a29c8320665f 2,751 1.00/1.00 vMB 114
818,002 818,002 000000000000000000023d3f0e105518b5e9c5330227d1d34e334cc2eba54a2f 3,460 1.00/1.00 vMB 139
818,001 818,001 00000000000000000002517d52bda5a95510583de3f44da42348f72b88ed1d13 3,961 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.