Loading Tool

Explorer IconExplorer

Memory Pool

85,269 transactions
32.99 vMB
0.15799614 BTC
Random Selection Loading Transactions
Max Size: 196.47/200 MB

Candidate Block

Mining Attempt 91848bb4b56f3691d23e7f01bb8aa0e59d2051f4404c8b0be41959d0a37fd39d
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0a0603a1e3e8877f4aac160599cd5592907380566c88bf4b824c6abfb6eb5197
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.04898767 BTC
Feerates: 318.30 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (89,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,231 826,231 000000000000000000028ad26db40fca70b016e20ad9aa54aa2f4b504a66e307 4,046 1.00/1.00 vMB 114
826,230 826,230 00000000000000000000a9f5e6847a5efdf74bc4b40470f8215126f71d61c5a9 2,968 1.00/1.00 vMB 99
826,229 826,229 000000000000000000013c2b7a317caab18a9b27c8bc79fbda1be237ef274f5e 3,129 1.00/1.00 vMB 115
826,228 826,228 00000000000000000000ca417124a5155b7e7270621e03d3ea2d99d80f139a08 3,081 1.00/1.00 vMB 129
826,227 826,227 00000000000000000001ca56622f22bc955973cebffaf23e09f579f3765f57b1 3,049 1.00/1.00 vMB 143
826,226 826,226 000000000000000000027fec3aaa6cbe9cfd480a602026c7097c81bf1a1978c5 3,211 1.00/1.00 vMB 155
826,225 826,225 000000000000000000012c4101adec95797af4dff6392635e28e4c34cef47b1f 2,842 1.00/1.00 vMB 171
826,224 826,224 00000000000000000001f4f2fe0fb6fa4f33b529eb05ec36dec831f0e0ae3adb 2,568 1.00/1.00 vMB 174
826,223 826,223 000000000000000000002c4157f45f218d26f1f88e634853d46d3ad4ca7e9148 2,763 1.00/1.00 vMB 161
826,222 826,222 00000000000000000002228f5b1928a8807dd12599c0bf321b509d98a0ef302c 3,547 1.00/1.00 vMB 107
826,221 826,221 0000000000000000000379d29c016ddbc24d3cfe279ca667b8965f97867b5125 3,744 1.00/1.00 vMB 100
826,220 826,220 000000000000000000028f970c06716f7a4b99beebc6f90c5bb2443345fccafa 3,358 1.00/1.00 vMB 115
826,219 826,219 0000000000000000000314eb43ee467a3fbd357f085b0ce738eb821587d01314 3,702 1.00/1.00 vMB 120
826,218 826,218 00000000000000000003a00a904197d4235b5d4b5d6903bf91f5f73ba14d4226 3,460 1.00/1.00 vMB 100
826,217 826,217 000000000000000000039b878c69c989c1266a82632afe559676c6bded48b28f 4,707 1.00/1.00 vMB 84
826,216 826,216 000000000000000000018bec16b8ba7bc74b1c2353944bf48b66da55790ae2d1 4,361 1.00/1.00 vMB 86
826,215 826,215 0000000000000000000175236a915cdcee75d376a6318388aa2e8a45158cea34 4,556 1.00/1.00 vMB 94
826,214 826,214 000000000000000000005a1e9d3c6e778b8d8350d44460654a9fba4aaeedd5f1 4,643 1.00/1.00 vMB 90
826,213 826,213 00000000000000000002c5cd3f0709356b19711c24625bc2470991b6d0afb531 4,556 1.00/1.00 vMB 91
826,212 826,212 0000000000000000000289a29275f4b7c6a54eb790fc5983459242b8555de955 4,843 1.00/1.00 vMB 62
826,211 826,211 000000000000000000016638a0d3fdb467e601c515e33990878bb5f2ab8e651b 4,158 1.00/1.00 vMB 85
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.86 GB
    • Received: 17.97 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.