Loading Tool

Explorer IconExplorer

Memory Pool

86,439 transactions
32.83 vMB
0.13168040 BTC
Random Selection Loading Transactions
Max Size: 198.39/200 MB

Candidate Block

Mining Attempt 223e37f252b511e269c6adddc0414ca0293e1b503d8a8de188d1d66616d74855
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root be04000d3ea640dfdd044dac79b13be70146cc49075d4b377e2b65cfe629fa04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.04858075 BTC
Feerates: 641.71 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (435,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,542 479,542 000000000000000000ca1aa0177fb32ef18be1331ef582cf69839a308cd51363 2,790 1.00/1.00 vMB 167
479,541 479,541 000000000000000000e4c4edb743325c041232fb985f27af9152a04836612205 1,511 1.00/1.00 vMB 51
479,540 479,540 0000000000000000006b5ea37490e33641e97f2392053e8cf424411c347b7cc7 1,400 1.00/1.00 vMB 49
479,539 479,539 0000000000000000009297162cf99d6dc7837efd17e0c359bc3338b46187f95a 2,280 1.00/1.00 vMB 113
479,538 479,538 000000000000000000883944bdd15aeb8d4a2f335fb2f596cb4f136e25d20506 544 1.00/1.00 vMB 55
479,537 479,537 000000000000000000f7202d865993a7a9e2d1d3a54bc4708844f0aacb70d047 1,778 1.00/1.00 vMB 106
479,536 479,536 000000000000000000799e6f3c8700b3a9fdce49ffe29436339103be20c052df 1,098 1.00/1.00 vMB 82
479,535 479,535 00000000000000000051ab11cd33a94c86fc7ad48646b91680787754d1f3ccd7 2,211 1.00/1.00 vMB 103
479,534 479,534 0000000000000000009ba8c7bb24bffe99b6ef265a2cb42e1134e68a6dc6f13f 2,285 1.00/1.00 vMB 103
479,533 479,533 00000000000000000014fd5c6e643e65861e1ae4d2f4891a8077954046edd122 2,131 1.00/1.00 vMB 121
479,532 479,532 00000000000000000063eda3b297a246e33fcd9169662a6892e0aff691ea35e2 1,323 1.00/1.00 vMB 75
479,531 479,531 00000000000000000025a6456d05013fbbbef692c42cd5a52d53806bb6f58783 2,099 1.00/1.00 vMB 111
479,530 479,530 00000000000000000097338d0d0136d2c2ae38b9b965f48ecd572e9b8099d363 671 1.00/1.00 vMB 56
479,529 479,529 000000000000000000ccbdc1f809cb20ae18a799c02f5a5f855b14680cfdd8a0 2,105 1.00/1.00 vMB 90
479,528 479,528 000000000000000000ad97be83589f1d70c6d81b1cd1a7e224689f06a32f89da 2,043 1.00/1.00 vMB 134
479,527 479,527 00000000000000000020a7578b8bb3b4ba58bded2d8bc26b632fcc3a3d7e5fbe 1,693 1.00/1.00 vMB 60
479,526 479,526 000000000000000000c91c59e2f0bcbc22aded9a3704c9a6b143328ea218b599 2,418 1.00/1.00 vMB 117
479,525 479,525 00000000000000000035cae7180d3be76ba4c0dd51b8b4b197f6d7b583b22e45 2,089 1.00/1.00 vMB 60
479,524 479,524 000000000000000000a22e3ac5ca6c90e1ffe98109c07d5df90eaa6a926a085e 2,146 1.00/1.00 vMB 100
479,523 479,523 000000000000000000e2ec7279e979dbefa4714658c0782a05f1c2384d87c0e0 2,350 1.00/1.00 vMB 83
479,522 479,522 000000000000000000bc100d20d63b890b5d127ac4ac5dfddf1ae924698f63a7 2,153 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.75 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: 708.81 GB
    • Received: 16.78 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.