Loading Tool

Explorer IconExplorer

Memory Pool

79,225 transactions
29.41 vMB
0.11201838 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt b75943a415d43b0d0ac6a3123e329afe6832287038e9ac47c17fdb17b8961f9f
Version 20000000
Previous Block 0000000000000000000128f9d7d357082962347ad1ef01e0fe2639a67c42c001
Merkle Root 103cadfc89c85a3467396c42e3ce87f14e73a33631e4c41f53bcfaf0170b8790
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.04002909 BTC
Feerates: 571.19 > 4.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,592 (723,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,063 192,063 00000000000007cdd5edb5b499882e5228e08e9818d6fd25515744d9d9803b38 129 0.06/1.00 vMB 119
192,062 192,062 000000000000027834dac5e5fe5520f2c021d7579245b841e08bd103ba578d6d 133 0.07/1.00 vMB 140
192,061 192,061 00000000000000d535823d21db7cdcf3fff791afa56632df1bf17cf7c6da6798 130 0.05/1.00 vMB 27
192,060 192,060 000000000000041af7a9b09a6b0a037069c9bfb4f4c7eb5ce50761690a83cc85 252 0.11/1.00 vMB 104
192,059 192,059 00000000000006e1c746e60564f263e57eb484019a59db2e1ddbc6698974db3c 216 0.10/1.00 vMB 173
192,058 192,058 00000000000006a172e8ed87776043febe240342c2a03e5a3a18330563274a72 130 0.08/1.00 vMB 110
192,057 192,057 00000000000007bb30a05d1f5d4d6625382324ae5c1d4368a17fb11bc1ced65e 174 0.10/1.00 vMB 155
192,056 192,056 00000000000006963151b52968d66c4efddc549f96ebb6866845757e693278fc 138 0.06/1.00 vMB 107
192,055 192,055 00000000000001f06dbc14fab98eaa4b265c029e89dbf08a42cffab9e1e90ea5 30 0.01/1.00 vMB 62
192,054 192,054 0000000000000577e2aed689aa29864bca933d9702aa9f41b0441eb92fe04517 78 0.02/1.00 vMB 69
192,053 192,053 00000000000004ddcad08d88ed46b5b5a3a4bdf5df6b3ad082f7d1ada04c58ef 127 0.06/1.00 vMB 323
192,052 192,052 0000000000000026a4a156bbdf471a852562b02bcb41f8b750ca7c88a254fea8 138 0.04/1.00 vMB 12
192,051 192,051 00000000000006df0e6a59574c068e78835ba652e3aca88c0c35be5940d9ae87 249 0.11/1.00 vMB 100
192,050 192,050 00000000000007347ba213e31608e15678b6654b41ccbbb1fd5b5d8fcd5eb0cb 137 0.07/1.00 vMB 43
192,049 192,049 000000000000049f3587bf63efb8bb521b2aebb01be0488a4360dfdae046ab36 57 0.03/1.00 vMB 73
192,048 192,048 00000000000002a87e3d1ceab5d5fd39c44c687232220c4618a8031b3b8b3e80 539 0.25/1.00 vMB 128
192,047 192,047 00000000000002b754ffc1e19c97931d7e68a3f3c816a99fd723c1449291349d 36 0.01/1.00 vMB 647
192,046 192,046 000000000000042728a671b6ec5008ee55a5ce10f4f4eab37de8179368181ed2 87 0.04/1.00 vMB 1,398
192,045 192,045 00000000000001e6c74dd1a18c92617d4ac29fb831f01e55b42ec4eed499f9e2 336 0.15/1.00 vMB 165
192,044 192,044 000000000000073f50170f1bb3d1b45d62f7dc0d1a79bca46f83d14d581cc589 69 0.02/1.00 vMB 14
192,043 192,043 00000000000003c04538d14522d4929c8d3a11dced0e22f2b319199e09dd0819 299 0.12/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 783.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 770.33 GB
    • Received: 19.85 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.