Loading Tool

Explorer IconExplorer

Memory Pool

77,113 transactions
28.51 vMB
0.09752629 BTC
Random Selection Loading Transactions
Max Size: 173.29/200 MB

Candidate Block

Mining Attempt ab6913a18e823da9b4a94adc3abf2ed5640fd7853eddb26f31bfe284d46ef82a
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root 9deb8b2bcec124d65fc8c1da127fab8ab86970fa2860085bba21c29ccf59306c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,357
Size: 1.00 vMB
Total Fees: 0.03302376 BTC
Feerates: 526.32 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (318,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,499 596,499 0000000000000000000d44ab7e31f5365043996687cfb36394505693ec1044ba 2,807 1.00/1.00 vMB 27
596,498 596,498 0000000000000000000ba9f3f7292d03308cfc19ff9df6728337d99d8775eca5 2,632 1.00/1.00 vMB 46
596,497 596,497 00000000000000000017672e87e0869047bf064e254fbe5c9a33945318077fdb 2,822 1.00/1.00 vMB 44
596,496 596,496 000000000000000000108059f8cba1e3d2132137df9543177fe23665f14be19e 3,216 1.00/1.00 vMB 34
596,495 596,495 0000000000000000001697cbbf1b87984d0da400955d4c5c1122afb422b4fe4b 2,581 1.00/1.00 vMB 48
596,494 596,494 000000000000000000017326736b06e20382f7925d2b791299e8b89d29869c0a 757 0.31/1.00 vMB 59
596,493 596,493 0000000000000000001076561b93a29f5ff3b0b8f53adffb172b1a089c62186f 2,278 0.84/1.00 vMB 17
596,492 596,492 0000000000000000000d5b924c5256e45b7ee01907b24e105aa6f1f7c482b8c7 2,426 1.00/1.00 vMB 23
596,491 596,491 00000000000000000014e85b8edec8622d3ce5a4289326166562e134283b434c 2,315 1.00/1.00 vMB 16
596,490 596,490 00000000000000000014f793480cfe47b68b5f7636ce0977045cb459d8e09368 1,924 1.00/1.00 vMB 27
596,489 596,489 0000000000000000000e33fd27922dbd1d9652439cedf7aa724f9b9afcee580f 2,430 1.00/1.00 vMB 40
596,488 596,488 0000000000000000001509c4e72cef2c75be03821d2c24def3185244990e512f 1,800 1.00/1.00 vMB 32
596,487 596,487 000000000000000000168f8bf45afd2b41c6ab687cc3b4da97a4162d3a639b15 1,631 1.00/1.00 vMB 28
596,486 596,486 00000000000000000001ae496128aadc492d77de8769f184ec1a3cc91a29fc87 2,617 1.00/1.00 vMB 34
596,485 596,485 0000000000000000000a85d21b6bcaf71f725f6756119319d9002f7d799fd2a2 1,772 1.00/1.00 vMB 37
596,484 596,484 00000000000000000015ef6fed881824be0117acd1dcec9282dda2f4fb6fd07d 1,403 1.00/1.00 vMB 52
596,483 596,483 000000000000000000098e4206368c77b0d4ba1482e637aeb7911a928d9a65ed 1,274 0.52/1.00 vMB 27
596,482 596,482 00000000000000000005a67f35326c20d8e37848b397a0e2838e79a8daeca01c 114 0.03/1.00 vMB 26
596,481 596,481 0000000000000000000f8ca4bba6ff45df249b9f06130631e987600b31ce3f26 2,124 0.74/1.00 vMB 21
596,480 596,480 00000000000000000002bf375ab15198341d37898768d2fd6a5dd4ca950fd225 2,867 1.00/1.00 vMB 18
596,479 596,479 0000000000000000000fe1384fa79e4e33b8b180a8dc97ab6f48cf5148b0035e 2,275 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.87 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.10 GB
    • Received: 17.31 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.