Loading Tool

Explorer IconExplorer

Memory Pool

81,400 transactions
31.00 vMB
0.08627190 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt 45df2f6e6cf8b5c0e568ab1c25ec7de5ef36f28a233ce1c96dcb741e344401dc
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 2e1236444d555a46b97eb1844f2b816f1a720f347f323b485418f554c3cf6015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,745
Size: 1.00 vMB
Total Fees: 0.01949201 BTC
Feerates: 100.69 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (373,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,913 541,913 000000000000000000086a9dcc475c186e2f66c86b1dc02ef02b4af677382025 2,502 1.00/1.00 vMB 21
541,912 541,912 0000000000000000001fc1ebd1785b3e6e98db6a0e51e38fc4a2e0d883a91134 2,331 1.00/1.00 vMB 7
541,911 541,911 00000000000000000026f2be6344dc09e67ef1736b32a751f082087ba6a74217 2,895 1.00/1.00 vMB 17
541,910 541,910 00000000000000000018ff57dc42af9e126cc7a1531f0392ab0fb1a64004f88b 1,754 1.00/1.00 vMB 12
541,909 541,909 0000000000000000001725ce8b2ae0345cf92aa868878ff6021c1284c7c398c0 2,791 1.00/1.00 vMB 17
541,908 541,908 00000000000000000001b8639195089733535d3260fa0efd2fdbb8b43cc02162 2,889 1.00/1.00 vMB 20
541,907 541,907 0000000000000000000d4be426c88177bec2324c2ed98a34fd7e606f52f932a3 2,275 1.00/1.00 vMB 37
541,906 541,906 00000000000000000000069e14e679a07b0796c9559eefb6c54efaae2c29a90e 711 0.24/1.00 vMB 17
541,905 541,905 000000000000000000068adb17edfeeaefc5c80547549bd152b4a82a7844ed4a 777 0.45/1.00 vMB 8
541,904 541,904 0000000000000000001cfced4be0457230b641b63c0f762409c199ef27754824 1,129 0.53/1.00 vMB 17
541,903 541,903 0000000000000000002207a1d88aa3168a1e7a827e8c4d40fbe1d015b7b4f903 1,552 0.85/1.00 vMB 11
541,902 541,902 0000000000000000001b68c4898008fd6defb6d6111a2fcdef6c92f3abf2b48c 1,445 0.87/1.00 vMB 9
541,901 541,901 0000000000000000000562c3606009cdc6c2d9f258af9fc496bc5b17326d5aa1 1,268 1.00/1.00 vMB 10
541,900 541,900 00000000000000000009ecbe804f2e64be72eb799d1ef3916e25c799a491c166 1,621 0.99/1.00 vMB 10
541,899 541,899 0000000000000000001edbf18c098ec26f4aa925f8d55722c882484c2cb18fc0 1,283 0.99/1.00 vMB 3
541,898 541,898 0000000000000000002202eafe4e006dfbaa6408d664ef41449bb3f62b09b7fa 684 0.32/1.00 vMB 35
541,897 541,897 0000000000000000000ec88ed4288eb0d638ebf52cb435d1ee763760f1119737 1,150 1.00/1.00 vMB 4
541,896 541,896 000000000000000000253bd27abc998c7db33e35892d3fae95e4114ffa60e28a 2,647 1.00/1.00 vMB 21
541,895 541,895 0000000000000000000e15a58c0f006970ef872eab4239d42a0efde3a582e64c 1,571 1.00/1.00 vMB 2
541,894 541,894 00000000000000000002cb120ac1cd562b7e5eda03959d7b55befc50fb6f7ad9 2,688 1.00/1.00 vMB 20
541,893 541,893 000000000000000000185e4e5602eacd972878bb3bdb7e4b9dbc2eb1cca92d7b 2,439 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.72 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: 702.30 GB
    • Received: 16.63 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.