Loading Tool

Explorer IconExplorer

Memory Pool

42,825 transactions
26.61 vMB
0.06336279 BTC
Random Selection Loading Transactions
Max Size: 139.28/200 MB

Candidate Block

Mining Attempt 75e601323a3c9e818db36ec9db97a0aa536a06d182513aedddfe9eace06ddcd3
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 3f4d28ae46d778fde18bba82d7593901db2f6e3f1aa1917e3bdb75724434a273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,472
Size: 1.00 vMB
Total Fees: 0.01423432 BTC
Feerates: 150.77 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (67,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,559 847,559 000000000000000000034b1151c2c97b70b4d7cf71c6ce65a359f5544e17ed96 6,031 1.00/1.00 vMB 27
847,558 847,558 0000000000000000000324c32312d67497e71573029c0b457a9561300766a6ad 2,502 1.00/1.00 vMB 29
847,557 847,557 0000000000000000000141547b5934b859544b9628f0d321173f6f34f3add109 2,886 1.00/1.00 vMB 35
847,556 847,556 0000000000000000000146bc3a366e776b034a20cb77c21ab78573d07e27eaa6 6,221 1.00/1.00 vMB 27
847,555 847,555 00000000000000000000e571ee4eb7b5b63b2a0c6e9d42371f4ebec900e3353d 5,000 1.00/1.00 vMB 27
847,554 847,554 00000000000000000000122ddb6aa73352fafb89d6780929071b9a601b42144c 5,587 1.00/1.00 vMB 25
847,553 847,553 00000000000000000001c21f9bc50a9e4f31aa2607b31c59064680dbb89c1076 6,994 1.00/1.00 vMB 25
847,552 847,552 00000000000000000001eb1ac360665ee1e14248fddf37805cdb0cb53856cf8b 4,205 1.00/1.00 vMB 28
847,551 847,551 000000000000000000007175c9cb7d084e0187e1951d295c392d37a2afd46175 5,608 1.00/1.00 vMB 28
847,550 847,550 000000000000000000029cfedbafdab25dc6ac01fed3834924be40080781683d 4,172 1.00/1.00 vMB 27
847,549 847,549 000000000000000000019b957714ca4305fcbb672ca2027a57cad1bcf89f5f8e 4,208 1.00/1.00 vMB 33
847,548 847,548 0000000000000000000247841cf08aff2f584491f7738e5a41df8188a72d9901 4,749 1.00/1.00 vMB 38
847,547 847,547 0000000000000000000311e38e75aada0d97b78928465c54fcad1f647de66221 3,628 1.00/1.00 vMB 30
847,546 847,546 0000000000000000000358441884a292de4c2e317f925a9da42b087addc113cb 4,555 1.00/1.00 vMB 32
847,545 847,545 000000000000000000008ef528c7e13540f35838a0c0b7a61dd142299534f327 5,133 1.00/1.00 vMB 41
847,544 847,544 0000000000000000000301e087f8f2979eb58faad529278cdbcb8ccd90ca4073 5,054 1.00/1.00 vMB 34
847,543 847,543 000000000000000000018ddbbeb5725b54f7d3a6d8ce70448f9ef19b5724d6e1 4,038 1.00/1.00 vMB 31
847,542 847,542 00000000000000000001a10aad3a9b9cd408affd8a6b8d27ae637e68d342086d 4,162 1.00/1.00 vMB 30
847,541 847,541 000000000000000000019a2a28f55eacf6a59e5c1be7801d7a6043c482e5949f 6,293 1.00/1.00 vMB 25
847,540 847,540 000000000000000000014cee1aad2586e8a8ab221a902cd21a68d1e976abecca 6,081 1.00/1.00 vMB 24
847,539 847,539 000000000000000000024fa4f0f4826e881805f02c0f76e4a5ee1c5da3071161 5,796 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.18 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.66 GB
    • Received: 13.99 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.