Loading Tool

Explorer IconExplorer

Memory Pool

41,792 transactions
26.73 vMB
0.05590319 BTC
Random Selection Loading Transactions
Max Size: 140.24/200 MB

Candidate Block

Mining Attempt 4aa5d05099b732ac6bc5029ef1eb80d1dab2c5acda219e4bc799011a0e08ffc2
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 6ea46a4e6729438c5bea70d7bfbb4c218cde2057dcc80b4d4584ec2c1befa61c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,621
Size: 1.00 vMB
Total Fees: 0.00648152 BTC
Feerates: 103.41 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (491,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,291 423,291 000000000000000002a386adbaed073b02e66ee8a6a61fd83ba33df434553671 1,597 1.00/1.00 vMB 44
423,290 423,290 000000000000000003c461fe92a89519e8ba615bc8f0ddaeb8840a371c46e491 1,649 1.00/1.00 vMB 48
423,289 423,289 000000000000000004e264e95bb458bd1b449c86af3d07f53aa77392ee5839a2 1,851 1.00/1.00 vMB 54
423,288 423,288 000000000000000002b1348860bb3a2047bbb7a84deafb9e991f253dd1ddf295 1,703 0.99/1.00 vMB 53
423,287 423,287 0000000000000000007f97c0f65cd68616a816956ae7a1e546dac106bd51794d 1 0.00/1.00 vMB 0
423,286 423,286 00000000000000000113d59b8616ae9b56ec1202341a1ac529544c0b46ab3232 2,345 1.00/1.00 vMB 68
423,285 423,285 000000000000000000946061ad81d5a2affc7492fca1f2213a1bbf36735efd84 2,470 1.00/1.00 vMB 87
423,284 423,284 000000000000000004dfdb5873ca4230e3a4b5d01a0bfc4dcff4cf1f85327beb 2,281 1.00/1.00 vMB 58
423,283 423,283 000000000000000002b32d1b7c9d446134d675fdce7a6bfc63d0f9c600a03fc6 2,660 1.00/1.00 vMB 107
423,282 423,282 00000000000000000066dfce0ddfa6770096fa707f1fa0e44d20150ec3a86566 1,539 0.99/1.00 vMB 46
423,281 423,281 00000000000000000470c3499bd9c1d304e81d5d781bdb6c7869d8eb9f67236c 2,451 1.00/1.00 vMB 70
423,280 423,280 00000000000000000263e850b0b0a471ca62828883d21ea57b2fc340abee0d0d 2,280 1.00/1.00 vMB 58
423,279 423,279 0000000000000000008b5d5d100d0c6004b4a28a747f5939ac4a068ed46d3fa6 2,009 1.00/1.00 vMB 58
423,278 423,278 00000000000000000244fd1b0954450ac39fb5c3b1c3155bc1cb9e6b2e5fee36 2,108 1.00/1.00 vMB 63
423,277 423,277 00000000000000000373249b9a3f10f34ee300b51277e9866d1947bd9f00a1c3 431 0.21/1.00 vMB 62
423,276 423,276 000000000000000004929179def70160b655ed01ecf1caed5adc566ec6b33c79 369 0.78/1.00 vMB 20
423,275 423,275 0000000000000000006b078a3cbd9d1b93459f150ca89a3309cec9de076141c6 1 0.00/1.00 vMB 0
423,274 423,274 0000000000000000026657e5bac6c8703313c9402f4db3df3e71d96e6ea364c8 2,134 0.98/1.00 vMB 62
423,273 423,273 0000000000000000027e0264ce813be68d1e7733bfd3f0fdcdc0fbf6195fe4e8 1,411 1.00/1.00 vMB 31
423,272 423,272 000000000000000001d81b1753fc71196b0e954ee45f51a2f300a271668efedc 1 0.00/1.00 vMB 0
423,271 423,271 000000000000000004e9ee8e6c609fd0c6001bb09139ccea842b4b91f5c2b4df 1,694 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.