Loading Tool

Explorer IconExplorer

Memory Pool

36,149 transactions
25.67 vMB
0.05777249 BTC
Random Selection Loading Transactions
Max Size: 131.42/200 MB

Candidate Block

Mining Attempt 5dccf8e49db9febce72b57c42e5da38bcf61bb5094213017cbccf05497686e5d
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 03fca91c17f7b91902374a13e04df4764f3c078d5f67d96b3da4b42f8353fb54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01075351 BTC
Feerates: 170.89 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (340,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,045 574,045 0000000000000000000139fc2ed0956a97119ef4c0211d12ea8686197175edf1 3,075 1.00/1.00 vMB 54
574,044 574,044 0000000000000000002bfb9ede7c3a17231a406619a83e8b1f94329d378a48fe 3,187 1.00/1.00 vMB 20
574,043 574,043 00000000000000000024d46be71609691b6aaa7b18513a8e2333c7bc8e8c228f 2,848 1.00/1.00 vMB 45
574,042 574,042 00000000000000000001749726c5d8a0d2ffb0db492cd690035791fd4dd7530d 3,044 1.00/1.00 vMB 10
574,041 574,041 00000000000000000015a374027ee6eb01913d7177b50cd5594809cfda6c6f15 2,919 1.00/1.00 vMB 52
574,040 574,040 00000000000000000021013421a103211cd804a3770f82cdd16b88d5b2e0b4ae 1,552 1.00/1.00 vMB 79
574,039 574,039 0000000000000000001beaefb55bd97b37b2cd8dbf8b3c2fbf057b7723492307 731 0.23/1.00 vMB 39
574,038 574,038 0000000000000000000b9d76b74a20ad32fb9ead430bb3893a3a58dd272e9e16 1,625 0.49/1.00 vMB 28
574,037 574,037 0000000000000000001f5dd76f3516094cafe7d4a3003b5e6414e2d66342c193 2,505 1.00/1.00 vMB 41
574,036 574,036 0000000000000000000dd264d665841d5e2190628110ff1f35d01dbc74ae5abc 1 0.00/1.00 vMB 0
574,035 574,035 0000000000000000002b568e26fa8122267e66d9bdc79c707681b520e72e2d60 473 0.88/1.00 vMB 3
574,034 574,034 0000000000000000001387116e3e8096a9f37511d2c3572a6d18b480dc677015 2,476 1.00/1.00 vMB 23
574,033 574,033 00000000000000000003afc629b4c3676c9df58543798e3d8e18df8956497120 3,217 1.00/1.00 vMB 20
574,032 574,032 0000000000000000001e16ca22e485e20d355bac53bfd4f2283989f34b683eea 2,897 1.00/1.00 vMB 40
574,031 574,031 00000000000000000026684217060b0d85d651fe62b345e4b7fb7985d820b5a6 2,644 1.00/1.00 vMB 19
574,030 574,030 0000000000000000002a9d2bf41ef0f34d6c9ef5aad1bfa37c11b2b716125252 3,175 1.00/1.00 vMB 5
574,029 574,029 0000000000000000000dbb608d01ff2852ffcbf58de2a6c395916fcb94fe0622 2,946 1.00/1.00 vMB 37
574,028 574,028 0000000000000000001d7ad6820eda721d8011596533c7c41544b2d5f434b3ab 3,257 1.00/1.00 vMB 83
574,027 574,027 0000000000000000000ae5d3ce1010227e2663c87fc2a90623361104c977ff47 3,281 1.00/1.00 vMB 40
574,026 574,026 0000000000000000001484b6ed311ed54b9a2c56d4afc79503345ad3a784110c 2,467 1.00/1.00 vMB 57
574,025 574,025 00000000000000000005bbec95fd1827eea0396ab4574d968b56455a5f1de8ee 2,804 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.