Loading Tool

Explorer IconExplorer

Memory Pool

83,918 transactions
30.81 vMB
0.17350151 BTC
Random Selection Loading Transactions
Max Size: 186.97/200 MB

Candidate Block

Mining Attempt efd1cab2a83d183c0d9d8ce9c0acd20e204af19f4c96733f817566f5c66eee2d
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e36502c754770b057b19fc322a89cce058327339e2f6c5bc0071e786d2728b98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,202
Size: 1.00 vMB
Total Fees: 0.08912618 BTC
Feerates: 150.79 > 8.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (689,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,888 225,888 00000000000002ca2b76faa92d4846ebc7e3bd0d62532a0012a8f2e3b87988b8 256 0.45/1.00 vMB 128
225,887 225,887 0000000000000152d9922b12626a5f7217f69f7c4a5aa61d5d7e6c22aaf8b294 261 0.25/1.00 vMB 91
225,886 225,886 000000000000023be7565447d4530431e56d3321ebb1947fc6f196bc1dc7e145 425 0.25/1.00 vMB 132
225,885 225,885 000000000000033d18a36dac0329596584f0bc896fa0a52241129173880b16e6 763 0.25/1.00 vMB 257
225,884 225,884 00000000000002deaf3bdd5650194e165765a5621fc8ab9788b39d80fd37b62c 1 0.00/1.00 vMB 0
225,883 225,883 000000000000005d86ef408d275193676cf39335e0585fd2678b56e0ad2616ad 1 0.00/1.00 vMB 0
225,882 225,882 0000000000000004241dc11141805e8d9690e2046c58dd9aa17f7e90765bd0a6 291 0.13/1.00 vMB 186
225,881 225,881 00000000000001866f6efbe131aec585edf2ab35bce756492d59bc4de9387a6c 406 0.25/1.00 vMB 119
225,880 225,880 000000000000003a02b6d9dff00d637106344a58cfe9d7bf4570c3d2953b6aae 714 0.25/1.00 vMB 236
225,879 225,879 0000000000000128a09b1d1482dbc64e0f7d1504bfb8f016a6c3f56ff0db9610 676 0.25/1.00 vMB 279
225,878 225,878 00000000000002dd640da532b5b6bbff91724e305cab8a7f94d92c7074b3b0dc 475 0.25/1.00 vMB 165
225,877 225,877 000000000000029e6d1dcc43659096ef9e79059b8aa17cd03b2c5c7f713948c0 708 0.25/1.00 vMB 242
225,876 225,876 00000000000001fb37aeb6ea263593d056a8aad362fca751b4f34ed98f8dd76e 544 0.25/1.00 vMB 199
225,875 225,875 000000000000014eb8e3c36056ac1b22edf6433ac67c44f9b0c2589c05b6dd78 195 0.15/1.00 vMB 126
225,874 225,874 000000000000017c9f3ed808cc007d5799fe59e34d167315e4068e7d09f402a9 599 0.25/1.00 vMB 207
225,873 225,873 0000000000000353facc43323867a10df63c3458eb5b30aaa0d4fa874bb05445 116 0.05/1.00 vMB 207
225,872 225,872 0000000000000311eca0e924fbf664929ffbdff1ed6bf77a049b4cc21edd0eaa 662 0.25/1.00 vMB 221
225,871 225,871 0000000000000178f8d6b092bd03d24b3e6039e19ed2c5e80e85118c503a3670 175 0.09/1.00 vMB 146
225,870 225,870 0000000000000244195d66ccbc6e5874d9faba566945c959a491eec7c41a7d2f 325 0.22/1.00 vMB 109
225,869 225,869 00000000000003739aa14900fcabeeacded820b5daea085eafd9532690225374 563 0.25/1.00 vMB 246
225,868 225,868 00000000000002f04ccf6b127831b56d33d1b7daeedbb0ebbcfee2b44b10b80c 793 0.25/1.00 vMB 289
Previous 10 blocks ↓
Total Size: 782.61 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.92 GB
    • Received: 16.06 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.