Loading Tool

Explorer IconExplorer

Memory Pool

37,144 transactions
26.84 vMB
0.06021940 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt c19e05f1efb734550e1b10593065b7a4ad30b2502a8ececf184b249a0482dc13
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 1852ee16709345b0378218179e506e28e32a42a5f8abf003761c4786e2c180d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00983092 BTC
Feerates: 74.79 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (88,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,877 825,877 00000000000000000001c612debf7ab81f48566f325a37efe43ea0661cce5533 3,453 1.00/1.00 vMB 114
825,876 825,876 00000000000000000002aaed5d50557b1f240cab72a30089f62140e903f5675d 2,777 1.00/1.00 vMB 74
825,875 825,875 000000000000000000006c737a92bed8a6e4755d1acedbc274900782631c8c86 3,446 1.00/1.00 vMB 104
825,874 825,874 0000000000000000000107363798483be13f2214c957a5a837d2626122357f28 3,594 1.00/1.00 vMB 157
825,873 825,873 00000000000000000001235fcf7f504c47ef956ed3612f1db7241b626ed57064 3,330 1.00/1.00 vMB 96
825,872 825,872 00000000000000000003a482ff150df4173dc49f68fcff17fcbdcade1d32ca7e 4,124 1.00/1.00 vMB 103
825,871 825,871 0000000000000000000340240d0587041317a0a4a0bd1ec1c0a70c2648dde5d2 4,626 1.00/1.00 vMB 81
825,870 825,870 00000000000000000002e3d27e2f5029ab758da4adaa04df05de1e8133b1fee4 4,432 1.00/1.00 vMB 75
825,869 825,869 00000000000000000001a3329d7a573c60337013786a0fa3f98d71c19ee7b4ea 3,728 1.00/1.00 vMB 92
825,868 825,868 0000000000000000000288af54df683256a9e5e0fbbb1cd39572d06727e1c60f 2,344 1.00/1.00 vMB 118
825,867 825,867 0000000000000000000251f3f958e2992353dd50877c6cfb8a750a73ea948031 2,930 1.00/1.00 vMB 103
825,866 825,866 0000000000000000000250984e8a5986ef52cf09b208d4f45efd29797607182f 3,204 1.00/1.00 vMB 101
825,865 825,865 00000000000000000000acb7f398c926e14f554f8b74eec7b7b636d2773c1bd3 4,134 1.00/1.00 vMB 88
825,864 825,864 000000000000000000000dbb8bab6a9069f3c18e06807e66686177e6013b2b28 3,717 1.00/1.00 vMB 106
825,863 825,863 00000000000000000002a56681422f519e93f516cfff6e79918ba3fffdf99143 2,933 1.00/1.00 vMB 167
825,862 825,862 0000000000000000000224c1c9f87ed8fd68e9f3ea7378ec0372fa8b52e7f918 4,235 1.00/1.00 vMB 84
825,861 825,861 00000000000000000000026f805af11ef78d89a9dc9255f5301fc68d0fe785a6 4,004 1.00/1.00 vMB 104
825,860 825,860 00000000000000000002ad7edcedbcac6b72a24fb617d5c8d3d4949f95aa29df 3,022 1.00/1.00 vMB 125
825,859 825,859 000000000000000000002bdaf5dd1ba1f8f8bcc6827aa934587a6434adad389c 4,140 1.00/1.00 vMB 95
825,858 825,858 0000000000000000000356a846f96f46fb35c058cb7c6827e05be67b8d075b31 3,904 1.00/1.00 vMB 104
825,857 825,857 00000000000000000000dc556fdb66edb97a84376b6b4ad6824ba8973beb2a12 2,714 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.