Loading Tool

Explorer IconExplorer

Memory Pool

81,804 transactions
30.32 vMB
0.16840662 BTC
Random Selection Loading Transactions
Max Size: 183.08/200 MB

Candidate Block

Mining Attempt a2239396566a72fc16c90e79fa55d42b79744a350bb43c25e3f334336dc388b5
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 767553ea99e5a8276c2aec4a7e3fa41ecbefbfc9494418d2139d0f9c2c4fc8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,331
Size: 1.00 vMB
Total Fees: 0.09204088 BTC
Feerates: 502.67 > 9.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (809,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,782 105,782 000000000000740bb79d19e605cb7366fc7ddb15a492d88aa36ac98b1ac7bc4a 2 0.00/1.00 vMB 0
105,781 105,781 00000000000091aae176e27514b59d4a37030276e969b11a5f3669cbc76042e7 2 0.00/1.00 vMB 0
105,780 105,780 0000000000014fb5b8f1d08ff3ba68d4e3fdf7dc94f5f20d5817e16dbb8a8aab 35 0.01/1.00 vMB 0
105,779 105,779 0000000000020dff44c7586fcc3c98d8ad5bf19dc8dc8792f74f3b53b85cae26 2 0.00/1.00 vMB 0
105,778 105,778 000000000001e7d7625af2318472c76797117cfc999303b52cd26290a506e60b 2 0.00/1.00 vMB 0
105,777 105,777 00000000000143e4a99d546cb0bc87513da5bc8a922699ca6e56a419837243d3 5 0.00/1.00 vMB 0
105,776 105,776 0000000000026e961594986c95b6259b3feb10dd7065af24b7789cb3d645d101 20 0.00/1.00 vMB 0
105,775 105,775 0000000000013c8a4afaa6150185f113e05c342caa1443a58fc6c8d5094c4761 2 0.00/1.00 vMB 0
105,774 105,774 0000000000023304daa776009563bbaef48dd751142eda8a05d33a323207dfb6 1 0.00/1.00 vMB 0
105,773 105,773 000000000002b6548f95fd79ae09f120a3e593463156d3ba7f90376ca1a7d8a7 1 0.00/1.00 vMB 0
105,772 105,772 000000000000b7b2cdb85587fe3caf5fa148fe20390655a431fcdaccccecfe46 1 0.00/1.00 vMB 0
105,771 105,771 000000000000fef939d91cc8105b7868dc766f48faed57d5f8c7904320bcee41 2 0.00/1.00 vMB 0
105,770 105,770 000000000002dad6ca97224a5a5da4ed54c02936767ac8be71d790e9d3ae2f38 10 0.00/1.00 vMB 0
105,769 105,769 00000000000080b61fd80399a24dc6003d02289505fc01f351faf59763a10bbb 15 0.00/1.00 vMB 0
105,768 105,768 00000000000087959e6a0c386a19402f7b0842c6b4d5a9a056692f16f113f939 9 0.01/1.00 vMB 0
105,767 105,767 0000000000005a3af7762a4360691aea57c7666fd69922a5e32b31f66aa7219c 8 0.00/1.00 vMB 0
105,766 105,766 000000000002adc2af07910a5a0c0b47a5fc994ce768dc99858a9e85c310a1a4 9 0.00/1.00 vMB 0
105,765 105,765 0000000000003bbf116dc4f4b20d993a4cb793a3f0192394b897de7a51077f6c 41 0.01/1.00 vMB 0
105,764 105,764 0000000000016c36f40e410a620cb75fc4a40dfe72eae110e0bd21ccd0ecf9d9 4 0.00/1.00 vMB 0
105,763 105,763 000000000001fb64b32ed113fa6fda5a908549e28a8be70a3a4db7f48edf5f1b 11 0.00/1.00 vMB 0
105,762 105,762 000000000002e86f9bcc6c79a5cb831144e78764d9416b58a12ba6257dc2312a 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.