Loading Tool

Explorer IconExplorer

Memory Pool

79,679 transactions
29.64 vMB
0.07325357 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt afe7719206931cf2fe3cf7bc56bf39cf43f58b4d2debe4ab22e98cf0f7ce58c8
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root b7598336b383563801d906d1cf191145bb3503ea84e8c4fa08c482523632f0ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,730
Size: 1.00 vMB
Total Fees: 0.01289319 BTC
Feerates: 454.44 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (419,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,762 495,762 000000000000000000a503ba0db12a8dfe0bc0aab27794ef6be1e7ffb828d88b 2,607 1.00/1.00 vMB 240
495,761 495,761 000000000000000000bf9b18cd7c85aa199bc1ae77a9a4b19f3fac897bea57fa 2,239 1.00/1.00 vMB 129
495,760 495,760 00000000000000000082490335f7fea76a1394d4f515f4b0613f53e912329b9e 2,082 1.00/1.00 vMB 210
495,759 495,759 0000000000000000001cf63b902fb93d0c123f8972a3d750cb999e1b4a1633fd 1,894 1.00/1.00 vMB 209
495,758 495,758 000000000000000000ccdb6e87649fbaeabf8806d34987fa7f38165ae398b1cd 2,077 1.00/1.00 vMB 170
495,757 495,757 00000000000000000012355e7782ec913aa9aa64e3cf02683ad8f90985b1c88b 2,631 1.00/1.00 vMB 160
495,756 495,756 000000000000000000c31146a2cda05f2baa0161fa243f3b0e516b1229bb6ff9 2,156 1.00/1.00 vMB 284
495,755 495,755 00000000000000000071686eca16210962c8f0001fc0072b491b50fcce563df7 2,282 1.00/1.00 vMB 210
495,754 495,754 00000000000000000039e2aeb48a2afc367138ca8c325371803400b08cbf9fe3 2,326 1.00/1.00 vMB 291
495,753 495,753 0000000000000000004b022600431e7b93d9c14b9b9281f66c57ca316024f606 2,391 1.00/1.00 vMB 253
495,752 495,752 000000000000000000ba37518a426bec48fcf4a01c46e100c1ac1cff33c1054b 1,524 1.00/1.00 vMB 63
495,751 495,751 00000000000000000060566f6a8f3d986f46988d6997e52d99ff84fe696b061b 2,215 1.00/1.00 vMB 115
495,750 495,750 00000000000000000079e0288b6b8c873d9ca3c6706a23c44167060207fd8a62 2,188 1.00/1.00 vMB 241
495,749 495,749 000000000000000000c466abbab214bb940fb128f74da1323af9c7a10cbdcb54 2,131 1.00/1.00 vMB 124
495,748 495,748 00000000000000000084e36bcced1f53b063183bfc266ad38bf5106279c6879d 1,287 1.00/1.00 vMB 134
495,747 495,747 0000000000000000005ea0ea2747c4d8c2964e55f4d989e4d8d352c09f28f6b8 1,998 1.00/1.00 vMB 157
495,746 495,746 000000000000000000362f30e5b7cf590f23ee0c7e774f83b52eb205c73c13b7 2,573 1.00/1.00 vMB 125
495,745 495,745 000000000000000000a4a7d7bc7c2e54e4cc683b2e92437d1dee939767ed8229 2,492 1.00/1.00 vMB 117
495,744 495,744 000000000000000000485954bc909f853915b6e602fa342cf2058e7f4352002f 1,828 1.00/1.00 vMB 198
495,743 495,743 000000000000000000572bd46cae352552f5a49144e7631bab89b57c9c832006 2,290 1.00/1.00 vMB 238
495,742 495,742 0000000000000000001c2da07586e441d8eb7ba6747aca642a2f9d155f7c2ad2 1,982 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.