Loading Tool

Explorer IconExplorer

Memory Pool

81,364 transactions
31.38 vMB
0.09826375 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 3a5d131a22ea6ade8f577a61857bdc861d8c530c22d5e90a2fa521ba35073d2b
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root b10391532a67715a98732ab0996ffe210f29bd0cd2903a57ea39ae5dd76b1014
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,916
Size: 1.00 vMB
Total Fees: 0.02896507 BTC
Feerates: 265.25 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (420,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,674 494,674 00000000000000000085517a714285d51eb96f90596be6d30b9f36732a9c11c0 2,023 1.00/1.00 vMB 375
494,673 494,673 000000000000000000547532444a9d07c639fa1c81290da3919a0e3be0261f30 2,347 1.00/1.00 vMB 531
494,672 494,672 000000000000000000c9ba8e76681fd222b7919eac235b4411cc4dc4f9ab6593 2,537 1.00/1.00 vMB 515
494,671 494,671 0000000000000000007f28534a16483ecdd73235b5d3580a9695a31a94205db6 2,418 1.00/1.00 vMB 289
494,670 494,670 0000000000000000009979aa1be7e09dd4d46f223959f27b833ef847e0ca73bb 2,605 1.00/1.00 vMB 273
494,669 494,669 00000000000000000021c55dcba74e3feefdbcb422ee69f7233b31b873e9ac73 2,482 1.00/1.00 vMB 542
494,668 494,668 00000000000000000012957c2e6075381d7171023b37db55f3b994baad2e128e 2,075 1.00/1.00 vMB 66
494,667 494,667 0000000000000000003571439505f9da0618f7365bf325df47daacab7cf38961 2,274 1.00/1.00 vMB 283
494,666 494,666 000000000000000000acdb12c4a9782e5bd48f6a10d6b7dda14831ec30970b6a 2,288 1.00/1.00 vMB 222
494,665 494,665 000000000000000000c88036a4285778afa1263f9495dc24d5a133a0a2ce7458 1,986 1.00/1.00 vMB 212
494,664 494,664 0000000000000000008f7b7f5ee6f8fddeffc02a833803f276dec0381a6b01c5 2,118 1.00/1.00 vMB 125
494,663 494,663 00000000000000000074455dcee4888c2be8fcf3a6ebed23bcdde23025c3163d 2,160 1.00/1.00 vMB 134
494,662 494,662 00000000000000000032586993978d911ba8a6141ad7037180275affad8c0ea3 2,653 1.00/1.00 vMB 220
494,661 494,661 000000000000000000c0722e0a32f3ed3d0d1bc63a2425b43846a90fbfbeeeff 2,470 1.00/1.00 vMB 456
494,660 494,660 0000000000000000009e204f9d82f264d588b80a58c38f0ccd0fc8c6e9b95d18 2,818 1.00/1.00 vMB 450
494,659 494,659 0000000000000000002a15f04259dae44495268f00b3cfd4c1624315485215a8 902 1.00/1.00 vMB 265
494,658 494,658 000000000000000000a3c8f29e179d444d83548c56b7e46eb85c76566ce2a28d 2,640 1.00/1.00 vMB 245
494,657 494,657 000000000000000000102b864567cbeff7de98ff4efade9d13d9a009792bf996 2,932 1.00/1.00 vMB 435
494,656 494,656 000000000000000000c86a2ac855054e3b235f8fc7d1b71f29a6fd1d6c1046c2 2,019 1.00/1.00 vMB 403
494,655 494,655 0000000000000000000f7dba0582e1ce104198abb3e07f7f836390813f094d4a 2,645 1.00/1.00 vMB 550
494,654 494,654 00000000000000000001eab22148728cd4f8b224d2c308fe4609559cc658db3b 2,721 1.00/1.00 vMB 467
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.55 GB
    • Received: 16.69 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.