Loading Tool

Explorer IconExplorer

Memory Pool

73,902 transactions
27.35 vMB
0.06713674 BTC
Random Selection Loading Transactions
Max Size: 166.93/200 MB

Candidate Block

Mining Attempt c24baf5d6651ff7f53f13d1cb16272ad10796aac9c4d2ef816033145407526ad
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 3bf1043cded8afb2cc6632778d6adb6355472cbcf3d3d6dabbdf7c2da8f554ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.00902968 BTC
Feerates: 402.60 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (426,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,967 488,967 000000000000000000c17af840a28377518361f842aec03cf963a129e381c96c 2,034 0.89/1.00 vMB 89
488,966 488,966 00000000000000000089ddba3d14c6a099f5e2f3be8e53a6cfeba96aefe11c79 203 0.31/1.00 vMB 16
488,965 488,965 00000000000000000018341c712847a87f6f498a3f6ff7148e3759758c082556 1,849 0.95/1.00 vMB 16
488,964 488,964 000000000000000000e9012b7ab991cc9df0a3f67c344e2261b94ef84cb18d6c 2,435 1.00/1.00 vMB 62
488,963 488,963 000000000000000000b2f0e549c584eba305b4bf029bb7f3ef6a011845110ff4 2,201 0.93/1.00 vMB 88
488,962 488,962 000000000000000000acc938b0037ffb6b1845228f56f8a7ba649733a57e29a0 858 0.99/1.00 vMB 133
488,961 488,961 000000000000000000532406d55ad267086b2b28b5403285fd67ea5f5ff0627b 1,487 1.00/1.00 vMB 172
488,960 488,960 000000000000000000bdccfaef970cad249c6e5c1a0e2fe9350e012620f16c46 774 0.32/1.00 vMB 107
488,959 488,959 0000000000000000009ed48c6caa101f875e763f6c8611e17c2ac3fbac147935 1 0.00/1.00 vMB 0
488,958 488,958 0000000000000000003d1db269b76b3e1dcd689ad7524c5465670a1f16baa1d9 1 0.00/1.00 vMB 0
488,957 488,957 000000000000000000ad137e888055f3deadf9aa36750ea45631c32a1292a3d1 300 0.11/1.00 vMB 80
488,956 488,956 000000000000000000a201e570133e7f17c288b388bc05b1dee3f23d0bcea016 152 0.06/1.00 vMB 89
488,955 488,955 00000000000000000049a949fe513d5169b01a0c74a47b6c82f67a1cc5bfd663 815 0.97/1.00 vMB 16
488,954 488,954 000000000000000000783080f07f4190c7292a7e67274daaad6066f9a36aafd5 2,294 0.95/1.00 vMB 84
488,953 488,953 000000000000000000c8ef9b2f83d7966aa47d1817a1af6405c97b806b4d64ed 1 0.00/1.00 vMB 0
488,952 488,952 000000000000000000b577840e56224cdbf90ceb20862977007b2697a2fc062c 2,443 1.00/1.00 vMB 111
488,951 488,951 00000000000000000067988f1f1050c641c0d4d3f98f95dcb1d9c3c2eceb3b02 2,296 0.95/1.00 vMB 100
488,950 488,950 00000000000000000085b0212dc4ad2f56b0ab366f72eea74d08c830dae05960 865 0.68/1.00 vMB 44
488,949 488,949 000000000000000000202529891bbbdda9d09c1f8e25d8d70c1bd7a60f000504 1,507 1.00/1.00 vMB 50
488,948 488,948 0000000000000000009344b7bec1931b7d2f177984889442294b1bc837cd48a6 1,084 0.96/1.00 vMB 36
488,947 488,947 00000000000000000083b66d2928b84212d34d0e2c9a7ecb5d330ad69e7bff7c 1,657 0.90/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.