Loading Tool

Explorer IconExplorer

Memory Pool

41,489 transactions
20.23 vMB
0.08894544 BTC
Random Selection Loading Transactions
Max Size: 112.93/200 MB

Candidate Block

Mining Attempt 0971fe873ee82f5595330592e8555db0b9a6256b9a30fc09afabbe942f1fe389
Version 20000000
Previous Block 0000000000000000000090007083a4c5b0066025965bf90976dad02bace4e5cd
Merkle Root 9f07e55320a640170a5aeecb143cfe0f7674c875b1ff613ea09d67afb2b39435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,672
Size: 1.00 vMB
Total Fees: 0.04893581 BTC
Feerates: 200.91 > 4.90 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,104 (797,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,751 116,751 000000000000802929ec084c8aa9ca708a8234d6b0f8ecf27b6d7a94d74c9039 14 0.00/1.00 vMB 865
116,750 116,750 000000000000f1839bf31eca88c5a93d3e7054b0734e76380b57bb4151905537 1 0.00/1.00 vMB 0
116,749 116,749 0000000000002e5fbcd15d714340264cfd36ea7cadb8d9f0e2b9d88e9f99bb62 12 0.00/1.00 vMB 1,305
116,748 116,748 0000000000004106ee9a8692499d56afd13862e75033c3af6e6ec5798ef9911f 73 0.03/1.00 vMB 1,309
116,747 116,747 0000000000000c0a8b899a5f2f2243a1eec2739ef29ac73971ebc8d63d1f0366 11 0.00/1.00 vMB 1,069
116,746 116,746 0000000000001af01e947942dd1bb8681e355b8f96993bed04782bb7ef9efc0d 13 0.00/1.00 vMB 0
116,745 116,745 000000000000c3b0b48367c7acc54d651b2140850bab71fcd39b4bb81a710853 33 0.01/1.00 vMB 1,500
116,744 116,744 000000000000d76b6fcdafd709c48b87c66f6e71eeb666cf2ec35a0cb2b3ed08 17 0.00/1.00 vMB 1,474
116,743 116,743 00000000000028ed48c9750ef7ba25757411b119731b5bfa36168a0028f22a0c 9 0.00/1.00 vMB 0
116,742 116,742 0000000000008ff761162645b5c97fd190de6617a2e025ed5d38757530bdaa6e 12 0.00/1.00 vMB 352
116,741 116,741 0000000000001cabe8990100d29cbfa84727a59a82f0b88da9d88ddba9f0dea1 11 0.00/1.00 vMB 442
116,740 116,740 000000000000b5bd291685d1ba80f26d7061ddba8c5d897d0775cdaeb7ff6f29 16 0.00/1.00 vMB 1,518
116,739 116,739 000000000000d12a6b7b802ef7e1b19efd5cd07be9d965fe653b0ed7663912db 13 0.00/1.00 vMB 0
116,738 116,738 0000000000006e7edcebd8816e7918222e2bf4169c34e9714d5b08fc68883f92 10 0.00/1.00 vMB 0
116,737 116,737 0000000000007ba7fafe5ef57a0b3d21555e32ddaa0e34fe56de4262b106810c 15 0.00/1.00 vMB 1,090
116,736 116,736 0000000000008145c542cf820b83519c63d08aea720a73e585bf4df5fd4986c9 9 0.00/1.00 vMB 714
116,735 116,735 00000000000071ae4e0ec8dd4f51a3ed3d734df5cda0a245276d6b4aa39f8841 24 0.01/1.00 vMB 439
116,734 116,734 00000000000082f8f60732e80630a204a4114175998db810bd0c084e76fca499 12 0.00/1.00 vMB 334
116,733 116,733 0000000000008ef387064b313e6af7c7938ea9aa8fbe75ef317fa67a3b78d168 8 0.00/1.00 vMB 346
116,732 116,732 00000000000071000b47df0f66c2136791a7d8cd201cafe11c78669aa593803c 11 0.00/1.00 vMB 617
116,731 116,731 000000000000bc89009b444bb1263fd74e8fdd75fd0e43329dd19f2a6d9c7378 8 0.00/1.00 vMB 973
Previous 10 blocks ↓
Total Size: 780.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.41 GB
    • Received: 7.20 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.