Loading Tool

Explorer IconExplorer

Memory Pool

39,429 transactions
35.55 vMB
0.10209224 BTC
Random Selection Loading Transactions
Max Size: 173.90/200 MB

Candidate Block

Mining Attempt 7af42e336140a5a58e3f85dd791bc7a5511cfb7a31635684d5953bc117d8cb16
Version 20000000
Previous Block 0000000000000000000153b180679ea1d7b8b79a5857157618923037b1b4fb37
Merkle Root ac968ffd5c890301e436f01db91f6a1d631cc0c01898695c1a84d5564d759d64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,494
Size: 1.00 vMB
Total Fees: 0.01904013 BTC
Feerates: 71.64 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,312 (785,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,279 129,279 000000000000038425e38aeed80b9c5d7737670fd2fe05d4bce882fd1f1f2b9a 14 0.01/1.00 vMB 360
129,278 129,278 0000000000000f3c69e06be796509baa68ef21d47acace4d17f6eb2549eb1115 33 0.01/1.00 vMB 180
129,277 129,277 0000000000000d9798967e4d963e45dd332bf5f071251d4b6ec082ab6cdacd59 13 0.03/1.00 vMB 1,147
129,276 129,276 00000000000014f9140955d8cc93f4c46135e2e6cc5df0a15a02c1dbba1d0e84 117 0.05/1.00 vMB 506
129,275 129,275 000000000000109cadc98d59038c66a5d0cafa675d0cf9ef82d24a9c1ad8b8c0 70 0.03/1.00 vMB 1,044
129,274 129,274 0000000000000afcf8e725f35bfe21f35229a51aa02295c9bf96cf9fc0727077 31 0.01/1.00 vMB 1,233
129,273 129,273 000000000000165197d1dd7ae891006f8ea3db69765d86d1f58dbaef13910692 50 0.02/1.00 vMB 1,328
129,272 129,272 0000000000001ae0f349d6e97f54632634814744504b81a3cd9bcd41db6d78bb 12 0.00/1.00 vMB 2,012
129,271 129,271 00000000000008449d510482d510ab3a5f3b8d7466baf763d22be072b53566a5 172 0.05/1.00 vMB 84
129,270 129,270 000000000000163d38f184dae4aa9907208180681b1d44c30c4b55882629673b 38 0.02/1.00 vMB 1,137
129,269 129,269 0000000000000c32a0c53a0869f1bf297dca926e5946546bafb99de4a878ccaa 50 0.02/1.00 vMB 713
129,268 129,268 0000000000000dff2f326310717d667c815e7582f1d77477a70aaf8efb91dacd 80 0.04/1.00 vMB 844
129,267 129,267 000000000000118dc053cad897c8a9960b968a5caf9f2de36c7b264d7383adca 102 0.04/1.00 vMB 937
129,266 129,266 0000000000001b4045b7eabf71a5d5ac919c434de57e18c9c5a625baa6ceaacf 25 0.01/1.00 vMB 434
129,265 129,265 00000000000010c4212f62aca52079c69fdba12632860a422a20dfd29c929beb 43 0.02/1.00 vMB 882
129,264 129,264 0000000000001a6b487cd3e40ea20a3d99f485c23aef5da83f5dacac7e41a70f 10 0.00/1.00 vMB 969
129,263 129,263 0000000000000b51a9b6f5013312375d9a4c182ff216a4e2512df5d45ea26f83 99 0.03/1.00 vMB 432
129,262 129,262 0000000000001a1213e2db3a005c2386ff3d76dd7b46d169d59663c80d0f9429 13 0.01/1.00 vMB 1,326
129,261 129,261 000000000000048174bf2823a686f90d6b9c6d7fab15ef503916065460388b56 203 0.08/1.00 vMB 1,497
129,260 129,260 00000000000007e9ae689c0dcdb873a99a52b7f3df0864e25314d12499470196 111 0.04/1.00 vMB 431
129,259 129,259 0000000000000026d219f3c387abd216074397a9b74b9e1d130b647cd81f2848 112 0.04/1.00 vMB 1,138
Previous 10 blocks ↓
Total Size: 781.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.63 GB
    • Received: 9.20 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.