Loading Tool

Explorer IconExplorer

Memory Pool

73,585 transactions
28.51 vMB
0.07109141 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt 801be6ac5df6d8ead68cd1825e0ada65a70aa4eba49aa8fa90a9895e0ce35c6e
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 023600f7435b3fb791db4acba30f59ce867ccf250ed8f0dbc0c870518d53c778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.01387694 BTC
Feerates: 100.36 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (273,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,488 641,488 00000000000000000009072fb239787396d5d0653418377b945be3d546817725 2,429 1.00/1.00 vMB 166
641,487 641,487 00000000000000000004fbe2d19af989938aaf83cdd3a888f85a96f063f586b2 2,859 1.00/1.00 vMB 167
641,486 641,486 0000000000000000000406029a33ebd0e15debf08800d8dc57cdb7c70084e960 2,164 1.00/1.00 vMB 167
641,485 641,485 0000000000000000000b3c3394223504e4579f2eb65aa7487ea4495b13558b5e 3,536 1.00/1.00 vMB 208
641,484 641,484 0000000000000000000c9671ffe944dbbb3cc9c65940eeb775559f3de2479b8f 2,913 1.00/1.00 vMB 193
641,483 641,483 000000000000000000010b6fdd0d6bbdba31e8c561e46269f2d4ecfc01db21a7 3,047 1.00/1.00 vMB 71
641,482 641,482 0000000000000000000c100c4883e2b548dec705a05391d3f054a2e8309eb65a 3,100 1.00/1.00 vMB 127
641,481 641,481 000000000000000000028825b46ddc65092c3edb1e2f62d37d5262fba414c5f6 2,354 1.00/1.00 vMB 177
641,480 641,480 0000000000000000000f284f1e8b2d32e7209487b739a97262d115e25efdd7d0 2,813 1.00/1.00 vMB 137
641,479 641,479 000000000000000000042b7086dcde5c98202eb880ea320618fe708d80d915c7 2,173 1.00/1.00 vMB 152
641,478 641,478 00000000000000000000fdb5f5991ae00771255f2c69e6684e6756dabff69415 2,674 1.00/1.00 vMB 181
641,477 641,477 0000000000000000000fb42f7de228c9dab938b605a7ce5e360a95c8953ed405 2,894 1.00/1.00 vMB 127
641,476 641,476 0000000000000000000fc415e412bece8bd8aa3f84ec32c368d2d9f73f7628cd 2,499 1.00/1.00 vMB 146
641,475 641,475 0000000000000000000d224586ee54347c620c9d8e7981caa178ea5ed71c2a1b 2,575 1.00/1.00 vMB 162
641,474 641,474 00000000000000000007e98d8732fc10503596433a632c4bc13fcacdce190e88 2,197 1.00/1.00 vMB 162
641,473 641,473 000000000000000000064f941351f9844dbd2d9e6a82e1b213ff12213dc73c97 2,399 1.00/1.00 vMB 171
641,472 641,472 0000000000000000000aaa6c637a9b2b45f5d4114c8bf3ce69d690c332a27b87 2,005 1.00/1.00 vMB 162
641,471 641,471 000000000000000000060e20c029ba98917f2f7943430b2a2e259966b1b9a2b3 3,106 1.00/1.00 vMB 215
641,470 641,470 0000000000000000000b7a54354954742b3e5bb89bf73ae29cffd3f83234b242 1,958 1.00/1.00 vMB 63
641,469 641,469 0000000000000000000f4a18da21ae1429a95a01308725325d745a92fd381d82 2,822 1.00/1.00 vMB 139
641,468 641,468 0000000000000000000ec25110dfb5ff4c58c73aa1c5060d92ca1d5eda9e9319 2,519 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.