Loading Tool

Explorer IconExplorer

Memory Pool

39,045 transactions
27.46 vMB
0.06145361 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 48a2d17d6a7526609a5350b6a9c0aff04254a7ea1c86b2a5b6d1d0ce2f986a12
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 3a4c0de0b070a1475b04b910245596f7f34fd56108cc4d5c85f926708be1402f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.00920023 BTC
Feerates: 101.49 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (222,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,576 692,576 0000000000000000001401b8c38053df6253b46650589a8ca0c707d6be6b6a77 1,884 0.64/1.00 vMB 12
692,575 692,575 00000000000000000009df790a3fdb7d5c00c28e5ecd72f29783d40af7bf9a41 1,615 0.95/1.00 vMB 8
692,574 692,574 0000000000000000000bcc3a8b76170aa6824c625666b833daaccd596ee72f24 438 0.16/1.00 vMB 11
692,573 692,573 0000000000000000000d33d18de6a303318603ed5fa60180ab8e9fae27b7502d 391 0.21/1.00 vMB 12
692,572 692,572 0000000000000000000dbbfa6510b9cc67a9d758f0f4f2cc603050de9cfa838f 1,159 0.43/1.00 vMB 9
692,571 692,571 00000000000000000000eb8c2d74a023e40ac58b29ca8e1798c67d2fd1f8754f 116 0.06/1.00 vMB 13
692,570 692,570 00000000000000000003a561d300be405ad7c2b17f351478db91d9cb870135d9 1,065 0.47/1.00 vMB 6
692,569 692,569 0000000000000000000d8ab3c774cc7145cdfc06ccb5ec387f135766519af12c 2,844 1.00/1.00 vMB 14
692,568 692,568 0000000000000000000e4442f6785381c03c7ad94db6f33b3fb030f9facdffa5 1,543 0.52/1.00 vMB 11
692,567 692,567 00000000000000000003d1e60cb12d15dd2518f7e5a75464304fc393e7ec12c6 1,198 0.76/1.00 vMB 11
692,566 692,566 00000000000000000007ed3408c19481f38969db0fb72193da520e5812f2a006 2,329 0.89/1.00 vMB 13
692,565 692,565 0000000000000000000d7eb2031b47dcfe78d19ceecb788e00a589715c16e61d 755 0.33/1.00 vMB 10
692,564 692,564 00000000000000000000840694fd3b4587e45945029e23407dfb490531e9b345 229 0.07/1.00 vMB 13
692,563 692,563 00000000000000000008b06227606ead7e2fe1d3d37a3c5278131772f2099b8d 1,465 0.68/1.00 vMB 9
692,562 692,562 00000000000000000005b9268d752f520e1ab885ab27bb5f2e6263c9e2d78e56 1,032 0.43/1.00 vMB 9
692,561 692,561 0000000000000000000bd3d418e3448a7077aee96f74c33c9b97615bb6f400c0 954 0.41/1.00 vMB 9
692,560 692,560 00000000000000000002c29b1b6f12331c9c17ee84ef82929ff5267e788fd4e4 170 0.06/1.00 vMB 13
692,559 692,559 000000000000000000096c4000ab1ddff5d191f265baa1ef670eaa00760b9949 1,328 0.76/1.00 vMB 10
692,558 692,558 000000000000000000124ec4c11c42307f3326fb57fbbd71db3bcc73e1a8c5ec 7 0.00/1.00 vMB 3
692,557 692,557 00000000000000000001e7af99a0c10c8ee1bb2ac751efbab6e7b964ce704406 440 0.15/1.00 vMB 12
692,556 692,556 0000000000000000000899c2fe26be263a452d359ec0aa084fc4ded1fc1cccf7 728 0.32/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.