Loading Tool

Explorer IconExplorer

Memory Pool

78,163 transactions
29.35 vMB
0.06470786 BTC
Random Selection Loading Transactions
Max Size: 176.30/200 MB

Candidate Block

Mining Attempt df5024fdb0da511d92e847ab28a1a2bb6daf648d4ea98bea9c699515b83105c1
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a227270835fafe6ebcf5df26c4648c1870c0bc572c78c28e92f5cd8c6ef5ccbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,091
Size: 1.00 vMB
Total Fees: 0.00526930 BTC
Feerates: 18.31 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (689,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,890 225,890 00000000000000a23a0d403ecd15c26f6988218bd33054a7c1fb1a5461b34d77 663 0.25/1.00 vMB 211
225,889 225,889 000000000000021d8cd8bf011fa57b8209f76e7885800cf9357996c153418170 293 0.15/1.00 vMB 134
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.