Loading Tool

Explorer IconExplorer

Memory Pool

45,589 transactions
27.65 vMB
0.07479158 BTC
Random Selection Loading Transactions
Max Size: 144.84/200 MB

Candidate Block

Mining Attempt c493eb79e55c345399f59c3ad95d7e2a2162ccd5b96c71ffe2a551c97069bdd7
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root c167d630c4864c9d58f7ffc02a6f5a41b297e4811b8e41cf8f748c21ac8d23e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,531
Size: 1.00 vMB
Total Fees: 0.01978971 BTC
Feerates: 124.00 > 1.98 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (456,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,992 457,992 0000000000000000011894ab5276281284df0052b0c1814dba4556e20f72bfc4 2,373 1.00/1.00 vMB 136
457,991 457,991 000000000000000000ac966d9149271b635db405769563b3c09b9cb280882f1a 2,142 1.00/1.00 vMB 193
457,990 457,990 000000000000000000d7ec12f20003e5e7e007d1fc5b3c62dfedd09fe67bb510 3,106 1.00/1.00 vMB 277
457,989 457,989 000000000000000000eea02beb8e565d1e80e0012253681c39e416b86f358c5a 1,218 1.00/1.00 vMB 119
457,988 457,988 000000000000000000b6856d4e52a725ca6d24f51ed8b2944f76028593af430d 2,237 1.00/1.00 vMB 206
457,987 457,987 0000000000000000004c64151f175fc71099e6b29a39bd6b126bfc72310ec9be 850 1.00/1.00 vMB 78
457,986 457,986 00000000000000000124329bdbd5546472b619518e9544638c4e2b23715dede5 161 1.00/1.00 vMB 20
457,985 457,985 000000000000000000c0d9f8b5018244f6d00cfb7b38f11b8f053e42be94be77 78 0.03/1.00 vMB 179
457,984 457,984 0000000000000000008705e2b9d8924ad9bbb66d04e82ee73237e6169fb664a1 1,882 1.00/1.00 vMB 157
457,983 457,983 000000000000000002074830bda8577cfc4460807202a2fbf71075cb7fb5b09c 1,956 0.89/1.00 vMB 176
457,982 457,982 000000000000000001159a359c454a3b4bf779549a3e2b1c15ad542361f0b9dc 611 0.35/1.00 vMB 136
457,981 457,981 0000000000000000001da758c574878f53f7b9af7494a297642afccc247e6aab 566 0.32/1.00 vMB 195
457,980 457,980 0000000000000000017874e87e6bd7d65af22428b11c8fdb58e8be1991c7adf7 367 0.21/1.00 vMB 201
457,979 457,979 000000000000000000d9165b8730d3ac71a8ee05fdad202a6dd7d1a605129de2 260 1.00/1.00 vMB 29
457,978 457,978 0000000000000000003a5f6813bc8e02b3e275e39a0e3b0e83cb34fb4428fb39 1,851 1.00/1.00 vMB 161
457,977 457,977 000000000000000001c5a3f46e7bc22c6e53869912a90e1f3928428e1af280b2 1 0.00/1.00 vMB 0
457,976 457,976 0000000000000000003994f6b198f641e1dac8283580c372454980602d48401e 1,593 1.00/1.00 vMB 165
457,975 457,975 000000000000000000354a00fddd4e9fa3e889aabf141bf2157f77223b124d67 1,902 1.00/1.00 vMB 166
457,974 457,974 000000000000000000b7f9bc290d85ce6c0ac6ad84bf09137afc87fcce306a43 1,145 1.00/1.00 vMB 109
457,973 457,973 000000000000000000d8ea9bb291c5d9083033b574ee98cefc5fc955fc530540 524 0.42/1.00 vMB 140
457,972 457,972 000000000000000000d86c1dbfd88d5d5bfeae2eff0ef5d18f604feae5ff26b8 1,011 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.