Loading Tool

Explorer IconExplorer

Memory Pool

75,035 transactions
27.80 vMB
0.07840812 BTC
Random Selection Loading Transactions
Max Size: 168.97/200 MB

Candidate Block

Mining Attempt 7d3e17f74099db29be1b32eeddb74f2620a46b6385af7d2a319b0b1153c0d961
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 13c18d68ffa1687a56b4b6862f316d149bbcaf199b88d0804a17b48a1f4945a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,176
Size: 1.00 vMB
Total Fees: 0.01892427 BTC
Feerates: 472.31 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (417,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,505 497,505 000000000000000000b10204607897e0e6b8a50b0fd6827b137e6af502579435 2,578 1.00/1.00 vMB 97
497,504 497,504 0000000000000000001ec1da9b21495966324cb12511e0fe94a8afc7c8acc2f7 2,662 1.00/1.00 vMB 86
497,503 497,503 0000000000000000004dab56cbdc9d1373c29799d61e63dbe54f6e1ed998a197 2,282 1.00/1.00 vMB 158
497,502 497,502 0000000000000000006900d529248e57f7050430886ca807a4cc28fa21009972 2,009 1.00/1.00 vMB 167
497,501 497,501 0000000000000000000b90a6a05dc60b1ea5112674ecd38b5fa6fa28141caa57 2,188 1.00/1.00 vMB 195
497,500 497,500 000000000000000000c3877d497dbc85f052b41f65fec62b9795903ca4458a6c 236 1.00/1.00 vMB 21
497,499 497,499 0000000000000000007a28db199bc940f871bdcf01e3f3f1d50314582e6bfd32 2,419 1.00/1.00 vMB 120
497,498 497,498 000000000000000000165e719bd9eaa273c5431266e763f483279c15d27f0eeb 951 1.00/1.00 vMB 51
497,497 497,497 00000000000000000004af251787c80a7a30e49c2b916c5e0d88b069962616d5 1,328 1.00/1.00 vMB 68
497,496 497,496 0000000000000000008784de12c532131c749401b6e3a8e50464c14d7a5e4cd8 2,141 1.00/1.00 vMB 47
497,495 497,495 0000000000000000003d2eb45d4cc1f449ea5d5bedd01d4d0b74cf632312ba91 2,038 1.00/1.00 vMB 144
497,494 497,494 000000000000000000106018c1270a355e43f75a0f2fac722798d3da163f8f2c 1,411 1.00/1.00 vMB 359
497,493 497,493 000000000000000000a2f40bce7433e09e8395fda302678c4642177b84a47490 1,088 1.00/1.00 vMB 31
497,492 497,492 000000000000000000bada4b81f871fef4144edbde3827a17e952888e49682d7 2,244 1.00/1.00 vMB 102
497,491 497,491 000000000000000000b6cd7a1de8102c97936c13a609058d25fa33bdf6620783 2,221 1.00/1.00 vMB 157
497,490 497,490 00000000000000000032801e9671762faef8170493a7a0dd0843d0d0f118dd42 1,843 1.00/1.00 vMB 20
497,489 497,489 0000000000000000002ac432f45b83b5a6089617780514e2c508c924f6baf179 1,780 1.00/1.00 vMB 52
497,488 497,488 00000000000000000085a81cb77efceb3db32c45c992dafd8d0994da7e567a42 2,025 1.00/1.00 vMB 111
497,487 497,487 0000000000000000000b4c2982c77e259244d01f5f932dc6eecf73f30b56d8dc 1,786 1.00/1.00 vMB 80
497,486 497,486 000000000000000000bf50704e03252396e01dba539a241f1771449a9f8ca294 1,337 1.00/1.00 vMB 66
497,485 497,485 0000000000000000003e130e4691e6d40acdd505c9246d61714fbad7541686fa 2,226 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.