Loading Tool

Explorer IconExplorer

Memory Pool

48,042 transactions
27.84 vMB
0.07659575 BTC
Random Selection Loading Transactions
Max Size: 147.70/200 MB

Candidate Block

Mining Attempt 353bb4b77d3b6fa8a159c21a6fe9ffd4f2db587cc69438e5a4d83603cd2ecad1
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 892bbb2a681fc27cc7b5c9ca65f5b7603ffb3914dd3c613771ba1029f513dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,771
Size: 1.00 vMB
Total Fees: 0.02229638 BTC
Feerates: 318.30 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (806,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,136 108,136 0000000000002fc3f3ea9d480fd3ac0c1b37d45dfafc2ac95bcb5266f5e5c5fe 12 0.00/1.00 vMB 339
108,135 108,135 00000000000177b96c81c5d1280f559201dd66a240df592b09be83c3d186ac00 19 0.00/1.00 vMB 0
108,134 108,134 0000000000028005f103c4a5ea6ca8ce98cb2d69874293c435c34d8a577dce8b 11 0.00/1.00 vMB 0
108,133 108,133 000000000002395f6506b2d14c31db621f3bdcee1fee223d90e3d33074acdc12 10 0.00/1.00 vMB 0
108,132 108,132 000000000000bd5df64dbc54bc4152969863ac816383c0cddad7149793c40324 12 0.00/1.00 vMB 0
108,131 108,131 000000000000795fd8cf1d8b8e717f3051bf8a1f2a5fd91340a9012723c0e291 10 0.00/1.00 vMB 0
108,130 108,130 000000000001c7ea811dd728af73a3c67dc0f6c082c8cca5f9d8a56e0aa7ae6a 10 0.00/1.00 vMB 0
108,129 108,129 00000000000260197fef2ccfc7c51a787adf865e79095433ec95274c74d6cad2 11 0.00/1.00 vMB 0
108,128 108,128 0000000000013f8ad17cb27a396c0197a289eae5d5a264e65d44f044d1befc7a 32 0.01/1.00 vMB 0
108,127 108,127 0000000000005a320218b370bb327f94df14047c465e832fd540b4ce3e4b706e 13 0.00/1.00 vMB 0
108,126 108,126 0000000000022f9c2dca26518b1133996456bc3d7a2d94de772a51cedfddaa1a 12 0.00/1.00 vMB 0
108,125 108,125 00000000000193e777a7eeb8b32e62101400e27fb0ea3c7abcbba76eb6ee487b 11 0.00/1.00 vMB 0
108,124 108,124 000000000001b5cbbc2156ffc6c88b7868c4d46518b75d66037e7aaa5af1abd6 10 0.00/1.00 vMB 0
108,123 108,123 000000000001b654db332cea6c399ad86b6a56b6f7a4d37da0497515597f76a8 35 0.01/1.00 vMB 0
108,122 108,122 0000000000006c26157ee47faa92795481360a501dfd84e80f766c010fa597b3 10 0.00/1.00 vMB 0
108,121 108,121 000000000001f72d100bb10a960862e50e610e9c011e836c99f65a2acc7d9f47 10 0.00/1.00 vMB 0
108,120 108,120 00000000000031c92ad3c9bd46e3207ca0b1d98014b85b11a8b65aacbd67b269 9 0.01/1.00 vMB 0
108,119 108,119 0000000000016725a3031e293cd3ccdd76623780a788e5d0c527449235210361 4 0.03/1.00 vMB 1,035
108,118 108,118 00000000000091df9ad6b3d624c558aceba2b2b317ba149cc0a0ca1161f135c3 5 0.00/1.00 vMB 908
108,117 108,117 00000000000274d344a1df28b4399f70dce51edd066254da94cf924ba4c31cd3 3 0.00/1.00 vMB 0
108,116 108,116 00000000000051839d656b60739fffa0fb0ed73868161f40e16aebd92fa9125c 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.