Loading Tool

Explorer IconExplorer

Memory Pool

80,391 transactions
30.53 vMB
0.07953196 BTC
Random Selection Loading Transactions
Max Size: 185.65/200 MB

Candidate Block

Mining Attempt d47e44e93dc4323ee015442a6279f7ddabace149d8f4c14adfa3b19f9fef145c
Version 20000000
Previous Block 00000000000000000000c6a5ef862f60254cf87fcd565eed18945ad2828f92e7
Merkle Root a6314661a99c8fdc0fd73efaf01c04359506c92785e2166236b46c63c4406289
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.01106049 BTC
Feerates: 18.08 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,350 (449,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,335 466,335 0000000000000000008d35ea43e7c56ee94c6de52ba696e7153128769142df2c 2,197 1.00/1.00 vMB 242
466,334 466,334 000000000000000000f022c73cb707e91afd269ddbdd7bbd732dc3b8ea66822c 2,228 1.00/1.00 vMB 212
466,333 466,333 00000000000000000139013e0c86e96c3b917fd6fcc0e89afac00c7dc485dbf1 2,653 1.00/1.00 vMB 232
466,332 466,332 0000000000000000014aa241573c4a038bd26009d3bfa7f6ac3dfe9c564965c2 2,277 1.00/1.00 vMB 196
466,331 466,331 000000000000000000e534fbe7913609d6e7b5780a1d72c9d44892d9430b6c38 2,900 1.00/1.00 vMB 325
466,330 466,330 0000000000000000009ccceaaa6c20be65c5d34ba66b6fc02da1f8c09df99cb3 2,272 1.00/1.00 vMB 309
466,329 466,329 000000000000000001f05eccfa18a6e3ccfe9a65d7d2067fd8536161505a327a 2,504 1.00/1.00 vMB 169
466,328 466,328 000000000000000001f1d657588782ff32ca7b6c0bf76786fb750e35c83f05bf 3,263 1.00/1.00 vMB 150
466,327 466,327 000000000000000001215110aaf08bd66ad6ef431e4e527e049d7311fd4b2ec8 1,996 1.00/1.00 vMB 170
466,326 466,326 000000000000000000ed1799b61a1f6549da117d7d5c5619158ca29d698ddeb2 1,905 1.00/1.00 vMB 164
466,325 466,325 000000000000000000b0b78e85cafbcea7f2783c5eb0393e50ba068e68b6925b 2,685 1.00/1.00 vMB 191
466,324 466,324 000000000000000001a218a405475f9c74b165fa8c2d6822099446e963e46e47 2,889 1.00/1.00 vMB 229
466,323 466,323 0000000000000000000e8616d0bada3e4344f45d935df4177449753015aa4ddf 2,672 1.00/1.00 vMB 142
466,322 466,322 00000000000000000047460c45c047ba8f6217b091646775da07e0d478fec35a 2,560 0.99/1.00 vMB 169
466,321 466,321 000000000000000001342da6a0dffca11471d4107e9a521bf4e491354a1b7fd9 2,833 1.00/1.00 vMB 131
466,320 466,320 0000000000000000018bdfac29253c35ab33801396542172073333bf7c1787ba 1,840 1.00/1.00 vMB 157
466,319 466,319 0000000000000000012faa54aa9b882deba2de8cd71f589dd033ca6c9b58b321 1,643 1.00/1.00 vMB 157
466,318 466,318 000000000000000000f10158a44df11bf3d69e2a1642cbcc07f866dac3486f3f 3,331 1.00/1.00 vMB 139
466,317 466,317 000000000000000000c4c6c578b35fce3146d0f66b35bdcf83139df99a54616a 2,073 1.00/1.00 vMB 182
466,316 466,316 000000000000000000c14a10293f6642b82ed0eed4bd4810d0b694758a622ca0 1,578 1.00/1.00 vMB 135
466,315 466,315 000000000000000000b84b81b639eafeb9722f3a41f7a2212844dca9d78e2da9 1,023 1.00/1.00 vMB 185
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.48 GB
    • Received: 17.90 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.