Loading Tool

Explorer IconExplorer

Memory Pool

87,939 transactions
32.54 vMB
0.15318749 BTC
Random Selection Loading Transactions
Max Size: 199.61/200 MB

Candidate Block

Mining Attempt ed5da8bbdb3ef46e7efd92cd1e838395b472d72ee662b70f08604e167e9a6610
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d92f23a62093ff4748a13a5f24d493dbe85ae489034fe9cdfb8ff07f4b2b539f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.06843336 BTC
Feerates: 502.65 > 6.86 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (435,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,543 479,543 000000000000000000a1f0045992d4986c608863ce27fac400ff57a95332407f 2,068 1.00/1.00 vMB 106
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
Previous 10 blocks ↓
Total Size: 782.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: 709.16 GB
    • Received: 16.85 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.