Loading Tool

Explorer IconExplorer

Memory Pool

44,245 transactions
27.18 vMB
0.07475035 BTC
Random Selection Loading Transactions
Max Size: 143.39/200 MB

Candidate Block

Mining Attempt ca2f34565d45f11cb0e1a2d32300d4abfc2763205bde652828762b7aa1f50555
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 0c83d94204bc2c8061b690e48b92093022e5fe2723322ef4682fde765b2cf31d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,227
Size: 1.00 vMB
Total Fees: 0.02421273 BTC
Feerates: 200.83 > 2.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (228,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,108 686,108 0000000000000000000011a0ad4a322b69581c15851c5289b82b244f0186710a 2,634 1.00/1.00 vMB 41
686,107 686,107 00000000000000000001dcc5bf785b2a9c728f372e30a9e7b6663e2de8381299 1,714 1.00/1.00 vMB 49
686,106 686,106 000000000000000000052140b7efe2ea4e2c8a0452395fb7c0e1a4d0d6101a49 1,741 1.00/1.00 vMB 44
686,105 686,105 00000000000000000003d7e12de010a4e69b2eab2c97ae2726513da3dba0495c 2,751 1.00/1.00 vMB 75
686,104 686,104 000000000000000000040e55c1c3dd8ae5fe5920cb2151ac3f74e80f0cbeec45 2,435 1.00/1.00 vMB 25
686,103 686,103 000000000000000000029750a6c346f5ff057d493753225354bc1fb58853fdc3 2,508 1.00/1.00 vMB 50
686,102 686,102 00000000000000000009707f80958f92f56daf2432a5813e9755bb5841b2e39f 2,557 1.00/1.00 vMB 41
686,101 686,101 00000000000000000008758e3f53e3a4f8370829e513216454b5054256674008 2,144 1.00/1.00 vMB 68
686,100 686,100 000000000000000000098d48b55803f38f7fa7a4a924ae9850a454d261caf753 817 1.00/1.00 vMB 46
686,099 686,099 0000000000000000000aa11b8641a5b7ff7504790f937f730f3048385c482cb5 674 1.00/1.00 vMB 44
686,098 686,098 000000000000000000055051b5cf4da3685fc79bde8b1279a6bb2490fa45d083 2,786 1.00/1.00 vMB 57
686,097 686,097 000000000000000000098ef3352b36c42f381a8d228d74f6285f7c0133c384d6 2,535 1.00/1.00 vMB 79
686,096 686,096 00000000000000000005b82a61485b347617c38ef555eb723348c30f761f1c24 2,038 1.00/1.00 vMB 12
686,095 686,095 0000000000000000000d36f46d99c83b8e276fdff41cdc7ed1385fcc2def097c 2,225 1.00/1.00 vMB 24
686,094 686,094 00000000000000000002bb71c17bc1e66c96f58473f56af1b84c2a2c1813dba8 2,127 1.00/1.00 vMB 31
686,093 686,093 000000000000000000052d6e656e598475170cf5a7742d85c6458fb76ac6b921 2,804 1.00/1.00 vMB 49
686,092 686,092 00000000000000000005b7ce1cc8c1d9270e9bacc802ed36fb8573c0d1685f7d 2,662 1.00/1.00 vMB 60
686,091 686,091 00000000000000000008fc21e965480bc18b578d42490e6e1ae6aa6859954d9d 2,692 1.00/1.00 vMB 39
686,090 686,090 0000000000000000000377fb34e7417b365a58d8b3f9f0e35aff1291e55f20de 1,900 1.00/1.00 vMB 46
686,089 686,089 00000000000000000004791c46fba2318450abe1fe3ff5f4bdbb775cedb0bb09 1,344 1.00/1.00 vMB 56
686,088 686,088 0000000000000000000a51ccc4a492613730e0a274e61a8834566fa9eccb418f 171 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.03 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: 650.40 GB
    • Received: 13.27 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.