Loading Tool

Explorer IconExplorer

Memory Pool

45,385 transactions
27.20 vMB
0.09919246 BTC
Random Selection Loading Transactions
Max Size: 143.37/200 MB

Candidate Block

Mining Attempt 123abe0c96b4aaa53effb2d5cf04adce1741cbd22519ba2f970e4bc1a309e34a
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root e1bfa9f848300affe31e35245efb8b421efd9d90c577ee7277b24c6bdbaf5ca7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,148
Size: 1.00 vMB
Total Fees: 0.04662514 BTC
Feerates: 201.07 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (312,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,486 602,486 000000000000000000116b5fc4ad66a2d349b2f58d96c6744b325f2a260a4d46 2,718 1.00/1.00 vMB 23
602,485 602,485 0000000000000000001389efae38381e8b2540697530430fae419195122c9b51 2,397 1.00/1.00 vMB 26
602,484 602,484 00000000000000000012bf0ac41650182b4abac817cbce915b226ddb7c0a16b9 3,206 1.00/1.00 vMB 50
602,483 602,483 0000000000000000000c18b5500a4105006d4037c23d6e62c41b002af3402f43 2,519 1.00/1.00 vMB 39
602,482 602,482 0000000000000000000ca0642a5f4891439bb15aa1e3a4a063b413fd83cc0f3b 2,844 1.00/1.00 vMB 52
602,481 602,481 0000000000000000000949f30d665a2b2fce774f1b5b4c7b403b0df75d519c02 2,275 1.00/1.00 vMB 32
602,480 602,480 0000000000000000000552ea8b950501d4a0e60f8df52850928f33b4435122bb 2,730 1.00/1.00 vMB 29
602,479 602,479 0000000000000000000459c0059a39e0cb5efbf55ab549dd032517741d8c4fed 2,570 1.00/1.00 vMB 24
602,478 602,478 0000000000000000000eee4acfc0f1d85a987422d47e2c81a985abb18e27d635 2,203 1.00/1.00 vMB 22
602,477 602,477 0000000000000000000412002357bc98c11d7cb71e9c8bf7459cd2898d8331dd 1,940 1.00/1.00 vMB 25
602,476 602,476 0000000000000000000128f7939380cef80080844caafad24349292b730daf43 2,982 1.00/1.00 vMB 27
602,475 602,475 00000000000000000011ffc50604afad00b25d4057e9deb2713fed4f4dee1cca 1,592 1.00/1.00 vMB 32
602,474 602,474 000000000000000000118babcba12ba67dc479a0e7b608cedacb830f01dd40ea 2,581 1.00/1.00 vMB 35
602,473 602,473 0000000000000000001487fd96d8381e5b440b3b8a2e204ac394f51611a070ac 3,057 1.00/1.00 vMB 32
602,472 602,472 0000000000000000000c1a437b7c5ec6f23ba402519b686768e5ad0a5972d1b0 2,894 1.00/1.00 vMB 46
602,471 602,471 0000000000000000000989d6655cd543920f94eff6f13ab18e63716a69f34372 2,529 1.00/1.00 vMB 39
602,470 602,470 000000000000000000062ee18851c9fc067ae936b8463bb4684d546a21ffbca6 3,010 1.00/1.00 vMB 39
602,469 602,469 000000000000000000019b265b0cef5a1521791742e420e5074d9c1b27eb4e8b 2,998 1.00/1.00 vMB 57
602,468 602,468 00000000000000000001192c9633a06129ce626ac2b3a0b181dd91df9a5279ed 2,914 1.00/1.00 vMB 69
602,467 602,467 0000000000000000000600623216c3e8a5e85c37b374e2451b71791a9803fc7c 2,644 1.00/1.00 vMB 48
602,466 602,466 0000000000000000000241c32bfb6b20da3fab5190145cdc92e12c7501e5d775 2,778 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.