Loading Tool

Explorer IconExplorer

Memory Pool

82,975 transactions
31.90 vMB
0.12009306 BTC
Random Selection Loading Transactions
Max Size: 191.42/200 MB

Candidate Block

Mining Attempt af0f96198b512803b6fc8e0ad5e22476a769370645cdeba7d8f1d958751bc5cf
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 934e1e264e8eea2d204dd98fb94fbf353d8ebe82de816f8429125e0a40bb75bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.03183895 BTC
Feerates: 318.30 > 3.19 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (109,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,090 806,090 000000000000000000045fe2080688aea5ef5dfd031625fec845eca24b0ce2b6 5,226 1.00/1.00 vMB 11
806,089 806,089 00000000000000000000f92bc0af3f5f95c892bf671b34605c05d7a9f581f038 3,307 1.00/1.00 vMB 13
806,088 806,088 00000000000000000000e1739f3dcf057a925f4c10541811d2344d2455cf1926 4,372 1.00/1.00 vMB 13
806,087 806,087 00000000000000000002a41f9679979b633b044e61f201d6c69750a22b241c5f 2,360 1.00/1.00 vMB 12
806,086 806,086 000000000000000000027f88dffa94aa31757200cc5f77dc5125dc7afde382b5 3,998 1.00/1.00 vMB 12
806,085 806,085 000000000000000000005a4b4ed4a08ef8b0fa72cca51f4faff622a3551dbd1b 3,188 1.00/1.00 vMB 14
806,084 806,084 00000000000000000000fe3c5934573e0274af13d05284bf45ffb0cf50afcc50 3,141 1.00/1.00 vMB 13
806,083 806,083 000000000000000000014e7b1348d042eef6a14a1a687d0d4ba6701fef91afcb 5,272 1.00/1.00 vMB 11
806,082 806,082 000000000000000000045632395a75f1c69ddf0f9d237ca7eb3808b4f1acb540 3,485 1.00/1.00 vMB 13
806,081 806,081 000000000000000000020c493bb12cc37734447501eeff66ceb26909d42ccf08 6,194 1.00/1.00 vMB 9
806,080 806,080 00000000000000000000bc83bd3348b691642ee007e9dd8ef58607f64f363886 4,186 1.00/1.00 vMB 11
806,079 806,079 00000000000000000003a799abbb18c5b3ccbbbd8a7b2c7a205e9b183ffd1a4f 4,980 1.00/1.00 vMB 10
806,078 806,078 00000000000000000002639a06c2e9d0100b98f66105b58aba4b77030624b984 6,153 1.00/1.00 vMB 11
806,077 806,077 00000000000000000002dca764632e2bf0ecc10f937309340cbc43e7eb73a1ad 6,106 1.00/1.00 vMB 9
806,076 806,076 000000000000000000002ce1d4fe69b1addd6b23aeb9b4c6cbdd225fb1431662 5,308 1.00/1.00 vMB 11
806,075 806,075 0000000000000000000025eb2d7d4f514a14d5c4fb5b86a71924a5e4cdef4cb5 2,837 1.00/1.00 vMB 12
806,074 806,074 00000000000000000002eefbddf6cd3d53786ecc53f193f584f85bd2371799b6 2,530 1.00/1.00 vMB 14
806,073 806,073 0000000000000000000304a67ae412134cdd47e34324f65b679d1d8dbf4a7783 4,311 1.00/1.00 vMB 12
806,072 806,072 00000000000000000001e96830561bc589804f14ab46336aa5610b45f28342c0 1,266 1.00/1.00 vMB 9
806,071 806,071 000000000000000000037625c9c24d1e60a56c38d3b3be8ef72970d0aad4f343 3,755 1.00/1.00 vMB 9
806,070 806,070 00000000000000000004fb1262317316448e3134ba98e8cf986279ac872ae90e 4,797 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.